upg python-zipp mercurial

This commit is contained in:
joborun linux 2022-07-16 20:13:08 +03:00
parent f1a1d9dbf2
commit 8f3e32f9c5
8 changed files with 30 additions and 29 deletions

View File

@ -5,3 +5,4 @@ meson
python-gobject
vala
git

View File

@ -6,14 +6,14 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=mercurial
pkgver=6.1.4
pkgver=6.2
pkgrel=01
pkgdesc='A scalable distributed SCM tool'
arch=(x86_64)
url="https://www.mercurial-scm.org/"
depends=(python)
#makedepends=(python-build python-installer python-setuptools python-wheel python-docutils)
makedepends=(python-docutils)
#makedepends=(python-build python-installer python-setuptools python-wheel python-docutils)
optdepends=('tk: for the hgk GUI')
#checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python-docutils' 'subversion' 'unzip')
@ -30,19 +30,21 @@ source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
build() {
cd $pkgname-$pkgver
# python -m build --wheel --no-isolation
# from an older build - kept for reference
python setup.py build
make -C contrib/chg
}
check() {
cd $pkgname-$pkgver/tests
# TODO - disabled for now - too many tests fail
### python run-tests.py # -j48 || :
# # TODO - disabled for now - too many tests fail
# python run-tests.py # -j48 || :
}
package() {
cd $pkgname-$pkgver
# python -m installer --destdir="$pkgdir" dist/*.whl
## also from the older build
python setup.py install --root="$pkgdir" --skip-build --optimize=1
make DESTDIR="${pkgdir}" PREFIX=/usr install
@ -76,13 +78,11 @@ package() {
license=(GPL)
validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
3A8155163D0E20A530FCB78647A67FFAA346AACE
EB851395B4223EE2F7BA0B28DA54740BF08732BA
818D87CD1AC180C394C86E633A33DE460D9EC39F # Pulkit Goyal <7895pulkit@gmail.com>
1F66F8CDF654E905C11DA061A11E01CD0E05D956) # Raphaël Gomès <alphare@raphaelgomes.dev>
sha256sums=(f361f9802b36e357ac019ceb712ca11de8332b07deadeed8dfa904f05bf7ca78 # mercurial-6.1.4.tar.gz
378c7666e8366a9d1593d8562334b546955965a385d01ad9a9408ea47fd201fe # mercurial-6.1.4.tar.gz.asc
sha256sums=(d382b5e3fab8931126013201731416574b35ae85787404bb2a0819f41bb88972 # mercurial-6.2.tar.gz
c07048d99edc0e06f048395817cc2e68f034f8b3725ef46706584077ad67fcc8 # mercurial-6.2.tar.gz.asc
87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5) # mercurial.profile

View File

@ -3,7 +3,7 @@
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=mercurial
pkgver=6.1.4
pkgver=6.2
pkgrel=1
pkgdesc='A scalable distributed SCM tool'
arch=(x86_64)
@ -22,13 +22,12 @@ optdepends=('tk: for the hgk GUI')
backup=(etc/mercurial/hgrc)
validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
3A8155163D0E20A530FCB78647A67FFAA346AACE
EB851395B4223EE2F7BA0B28DA54740BF08732BA
818D87CD1AC180C394C86E633A33DE460D9EC39F # Pulkit Goyal <7895pulkit@gmail.com>
1F66F8CDF654E905C11DA061A11E01CD0E05D956) # Raphaël Gomès <alphare@raphaelgomes.dev>
source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
mercurial.profile)
sha512sums=('b43221c078efd4978fd47414d9442f423a97660e1f4c10d704a8d3403051778d2a25a0b4be6315d0a2126d01c14910ccbe9a5be6242b561a2bea0c522f54b731'
sha512sums=('0c988a558e60ba456196420dcf720558f6ce63fcc42bf43a8f6af16289b5f2a81738a4c038a620040394215e3e57ba254ee56fa072962f7bd0b3b191d8334fef'
'SKIP'
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')

View File

@ -1,2 +1 @@
python-docutils

View File

@ -1,10 +1,13 @@
python
python-docutils
breezy
cvs
git
git-lfs
python-build
python-installer
python-setuptools
python-wheel
python-docutils
subversion
breezy
cvs
git
git-lfs
python-docutils
subversion
unzip

View File

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=python-zipp
pkgver=3.8.0
pkgrel=02
pkgver=3.8.1
pkgrel=01
pkgdesc="Pathlib-compatible object wrapper for zip files"
url="https://github.com/jaraco/zipp"
arch=('any')
@ -38,6 +38,4 @@ package() {
license=('MIT')
sha256sums=(98b140ba1f4f49c32eb6261f65ef3189d0bcca62fad28183355b6d0efb0dcb7e) # python-zipp-3.8.0.tar.gz
sha256sums=(70f77820b8c306f4483f1a9477b18ba5a1e36c9bf72d0327a61659036f468d36) # python-zipp-3.8.1.tar.gz

View File

@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python-zipp
pkgver=3.8.0
pkgrel=2
pkgver=3.8.1
pkgrel=1
pkgdesc="Pathlib-compatible object wrapper for zip files"
url="https://github.com/jaraco/zipp"
license=('MIT')
@ -11,7 +11,7 @@ depends=('python')
makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-toml' 'python-wheel')
checkdepends=('python-jaraco.itertools' 'python-func-timeout')
source=("https://github.com/jaraco/zipp/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('25a8f78be5dbfaacdd39f0492958486aa2a5a7eb1af3724e484676fb69eeb97ca558add0d5fa1f281a11cc410f67dc3959affe903a472b0bdbc78eb753096ef0')
sha512sums=('e720ea96f137d59d09c43024a410c0089e2986ef6c091df1779e1bd46573220c84c56c9454f3ace03b728bc8941b8993d003e728afe8def6b43345f9c99bf2aa')
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver

View File

@ -4,6 +4,7 @@ python-installer
python-setuptools-scm
python-toml
python-wheel
python-jaraco
python-jaraco.itertools
python-func-timeout