python-trove-classifiers 2024.10.21.16-1

This commit is contained in:
xhaa123 2024-11-04 12:18:59 +08:00
parent 97803a0d69
commit ce9b79944c

View File

@ -5,16 +5,16 @@
# Maintainer: Future Linux Team <future_linux@163.com> # Maintainer: Future Linux Team <future_linux@163.com>
pkgname=python-trove-classifiers pkgname=python-trove-classifiers
pkgver=2024.3.3 pkgver=2024.10.21.16
pkgrel=1 pkgrel=1
pkgdesc="Canonical source for classifiers on PyPI (pypi.org)" pkgdesc="Canonical source for classifiers on PyPI (pypi.org)"
arch=('x86_64') arch=('x86_64')
url="https://github.com/pypa/trove-classifiers" url="https://github.com/pypa/trove-classifiers"
license=('Apache') license=('Apache-2.0')
depends=('python') depends=('python')
makedepends=('python-calver' 'python-setuptools' 'python-wheel' 'python-build' 'python-installer') makedepends=('python-calver' 'python-setuptools' 'python-wheel' 'python-build' 'python-installer')
source=(https://github.com/pypa/trove-classifiers/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz) source=(https://github.com/pypa/trove-classifiers/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz)
sha256sums=(eff4f71003be1273a2b561864f6ba33f39c450c50a6f56ede784bec5cd78513a) sha256sums=(4c86dbaacda8ca2bee6891dcf24bc1bab2b58a1d5bc36db6d6910bc3488eacf2)
build() { build() {
cd ${pkgname#*-}-${pkgver} cd ${pkgname#*-}-${pkgver}
@ -25,5 +25,5 @@ build() {
package() { package() {
cd ${pkgname#*-}-${pkgver} cd ${pkgname#*-}-${pkgver}
python3 -m installer --destdir="$pkgdir" dist/*.whl python3 -m installer --destdir=${pkgdir} dist/*.whl
} }