upg git python-setuptools

This commit is contained in:
joborun linux 2023-03-14 04:03:23 +02:00
parent cce44279eb
commit dd68731617
5 changed files with 20 additions and 18 deletions

View File

@ -6,10 +6,9 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=git
pkgver=2.39.2
pkgver=2.40.0
pkgrel=01
pkgdesc='the fast distributed version control system w/o systemd'
arch=('x86_64')
url='https://git-scm.com/'
depends=('curl' 'expat' 'perl' 'perl-error' 'perl-mailtools'
'openssl' 'pcre2' 'grep' 'shadow' 'zlib')
@ -121,16 +120,18 @@ package() {
install -D -m 0644 "$srcdir"/git-sysusers.conf "$pkgdir"/usr/lib/sysusers.d/git.conf
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('GPL2')
validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
sha256sums=(475f75f1373b2cd4e438706185175966d5c11f68c4db1e48c26257c43ddcf2d6 # git-2.39.2.tar.xz
55a24131e4f46f94d782ad0246a8d886f3b7cb3c40a3c1394227ede68734dc41 # git-2.39.2.tar.sign
sha256sums=(b17a598fbf58729ef13b577465eb93b2d484df1201518b708b5044ff623bf46d # git-2.40.0.tar.xz
a4d74395ae89149935208e4620a7fa341b94bc9e215f9cf977bca12ff511d961 # git-2.40.0.tar.sign
7630e8245526ad80f703fac9900a1328588c503ce32b37b9f8811674fcda4a45) # git-sysusers.conf
## 97f483a2aee0351f43b99d4c921e62293a334c1811c64bf7aac98a4cbe0f4993 git-2.39.2-01-x86_64.pkg.tar.lz
## 781a14566b78df9b0237a7ac0ee9e6519f4149626949182cd5f9b7408ce7334e git-2.40.0-01-x86_64.pkg.tar.lz

View File

@ -2,7 +2,7 @@
# Maintainer: Dan McGee <dan@archlinux.org>
pkgname=git
pkgver=2.39.2
pkgver=2.40.0
pkgrel=1
pkgdesc='the fast distributed version control system'
arch=('x86_64')
@ -30,7 +30,7 @@ source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign}
'git-daemon@.service'
'git-daemon.socket'
'git-sysusers.conf')
sha256sums=('475f75f1373b2cd4e438706185175966d5c11f68c4db1e48c26257c43ddcf2d6'
sha256sums=('b17a598fbf58729ef13b577465eb93b2d484df1201518b708b5044ff623bf46d'
'SKIP'
'14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'

View File

@ -1,6 +1,6 @@
real 16m17.494s
user 13m51.408s
sys 2m11.862s
real 22m26.651s
user 15m9.197s
sys 7m27.510s

View File

@ -6,12 +6,11 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=python-setuptools
pkgver=67.4.0
_commit=c34b82735c1a9c8707bea00705ae2f621bf4c24d
pkgver=67.5.0
_commit=c98d401ab7003e1bdb0d7db965aeec3c67b59ce4
pkgrel=01
epoch=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
arch=('any')
url="https://pypi.org/project/setuptools/"
#depends=('python-appdirs' 'python-jaraco.text' 'python-more-itertools' 'python-ordered-set'
# 'python-packaging' 'python-pyparsing' 'python-tomli' 'python-validate-pyproject')
@ -109,7 +108,9 @@ package() {
python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 --skip-build
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('PSF')
@ -117,6 +118,6 @@ sha256sums=(SKIP
06e2f68aebedbaeb0b0fe923eae686568910cc3355b33bf619db9266eef83efb # system-validate-pyproject.patch
a2bc8b9d470c13b4cb682ab3943e80ab2841aae98f7c3d9ba1f089408f96aa91) # add-dependency.patch
## 6c71abfa3f287d556dff6be71feebc8e33eb7ff82c48657bc393ae0e50e657ac python-setuptools-1:67.4.0-01-any.pkg.tar.lz
## 14da8fc8f8ea571db502964bf300a9e5d0b8526d0203c2ee0009634e9599f394 python-setuptools-1:67.5.0-01-x86_64.pkg.tar.lz

View File

@ -3,8 +3,8 @@
# Contributor: Eli Schwartz <eschwartz@archlinux.org>
pkgname=python-setuptools
pkgver=67.4.0
_commit=c34b82735c1a9c8707bea00705ae2f621bf4c24d
pkgver=67.5.0
_commit=c98d401ab7003e1bdb0d7db965aeec3c67b59ce4
pkgrel=1
epoch=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"