upg python-setuptools
This commit is contained in:
parent
75f4020743
commit
dc87f44c52
3 changed files with 10 additions and 11 deletions
|
@ -6,8 +6,8 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=python-setuptools
|
||||
pkgver=68.2.0
|
||||
_commit=c95ddc47a4b63488fdb003528bc6dbece85be1e2
|
||||
pkgver=68.2.1
|
||||
_commit=0120605db966af66207d996b82320ee676fabbf1
|
||||
pkgrel=01
|
||||
epoch=1
|
||||
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
|
||||
|
@ -15,7 +15,7 @@ url="https://pypi.org/project/setuptools/"
|
|||
depends=('python-jaraco.text' 'python-more-itertools' 'python-ordered-set' 'python-packaging'
|
||||
'python-platformdirs' 'python-tomli' 'python-validate-pyproject')
|
||||
makedepends=('git' 'python-setuptools')
|
||||
checkdepends=('python-jaraco.envs' 'python-jaraco.path' 'python-pip' 'python-pip-run'
|
||||
checkdepends=('python-jaraco.envs' 'python-jaraco.path' 'python-pip'
|
||||
'python-pytest-fixture-config' 'python-pytest-virtualenv' 'python-wheel'
|
||||
'python-pytest-enabler' 'python-pytest-mypy' 'python-pytest-timeout' 'python-sphinx'
|
||||
'python-build' 'python-ini2toml' 'python-tomli-w')
|
||||
|
@ -146,5 +146,5 @@ echo "you must rename this package to meet SF naming before you move to the repo
|
|||
echo "mv $(ls -l $pkgname*pkg.tar.lz) $pkgname-$epoch_$pkgver-$pkgrel-$arch.pkg.tar.lz >pkg-mv.log"
|
||||
|
||||
|
||||
## 068d62cddd2cd674a813684d30ef82daccc88d24f6b9188343074da4c256034f python-setuptools-1_68.2.0-01-x86_64.pkg.tar.lz
|
||||
## 2895311355bafa7eb4a2b878da1e6bf995947e435f51534c697313cc84327c6d python-setuptools-1_68.2.1-01-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
# Contributor: Eli Schwartz <eschwartz@archlinux.org>
|
||||
|
||||
pkgname=python-setuptools
|
||||
pkgver=68.2.0
|
||||
_commit=c95ddc47a4b63488fdb003528bc6dbece85be1e2
|
||||
pkgver=68.2.1
|
||||
_commit=0120605db966af66207d996b82320ee676fabbf1
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
|
||||
|
@ -14,10 +14,10 @@ url="https://pypi.org/project/setuptools/"
|
|||
depends=('python-jaraco.text' 'python-more-itertools' 'python-ordered-set' 'python-packaging'
|
||||
'python-platformdirs' 'python-tomli' 'python-validate-pyproject')
|
||||
makedepends=('git' 'python-setuptools')
|
||||
checkdepends=('python-jaraco.envs' 'python-jaraco.path' 'python-pip' 'python-pip-run'
|
||||
'python-pytest-fixture-config' 'python-pytest-virtualenv' 'python-wheel'
|
||||
'python-pytest-enabler' 'python-pytest-mypy' 'python-pytest-timeout' 'python-sphinx'
|
||||
'python-build' 'python-ini2toml' 'python-tomli-w')
|
||||
checkdepends=('python-jaraco.envs' 'python-jaraco.path' 'python-pip' 'python-pytest-fixture-config'
|
||||
'python-pytest-virtualenv' 'python-wheel' 'python-pytest-enabler' 'python-pytest-mypy'
|
||||
'python-pytest-timeout' 'python-sphinx' 'python-build' 'python-ini2toml'
|
||||
'python-tomli-w')
|
||||
provides=('python-distribute')
|
||||
replaces=('python-distribute')
|
||||
source=("git+https://github.com/pypa/setuptools.git#commit=$_commit"
|
||||
|
|
|
@ -10,7 +10,6 @@ python-setuptools
|
|||
python-jaraco.envs
|
||||
python-jaraco.path
|
||||
python-pip
|
||||
python-pip-run
|
||||
python-pytest-fixture-config
|
||||
python-pytest-virtualenv
|
||||
python-wheel
|
||||
|
|
Loading…
Reference in a new issue