python-trove-classifiers 2024.10.21.16-1
This commit is contained in:
parent
97803a0d69
commit
ce9b79944c
8
PKGBUILD
8
PKGBUILD
@ -5,16 +5,16 @@
|
||||
|
||||
# Maintainer: Future Linux Team <future_linux@163.com>
|
||||
pkgname=python-trove-classifiers
|
||||
pkgver=2024.3.3
|
||||
pkgver=2024.10.21.16
|
||||
pkgrel=1
|
||||
pkgdesc="Canonical source for classifiers on PyPI (pypi.org)"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/pypa/trove-classifiers"
|
||||
license=('Apache')
|
||||
license=('Apache-2.0')
|
||||
depends=('python')
|
||||
makedepends=('python-calver' 'python-setuptools' 'python-wheel' 'python-build' 'python-installer')
|
||||
source=(https://github.com/pypa/trove-classifiers/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz)
|
||||
sha256sums=(eff4f71003be1273a2b561864f6ba33f39c450c50a6f56ede784bec5cd78513a)
|
||||
sha256sums=(4c86dbaacda8ca2bee6891dcf24bc1bab2b58a1d5bc36db6d6910bc3488eacf2)
|
||||
|
||||
build() {
|
||||
cd ${pkgname#*-}-${pkgver}
|
||||
@ -25,5 +25,5 @@ build() {
|
||||
package() {
|
||||
cd ${pkgname#*-}-${pkgver}
|
||||
|
||||
python3 -m installer --destdir="$pkgdir" dist/*.whl
|
||||
python3 -m installer --destdir=${pkgdir} dist/*.whl
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user