Date: Monday, May 15, 2023 @ 18:07:16
  Author: felixonmars
Revision: 477923

archrelease: copy trunk to extra-any

Added:
  python-trove-classifiers/repos/extra-any/PKGBUILD
    (from rev 477922, python-trove-classifiers/trunk/PKGBUILD)
Deleted:
  python-trove-classifiers/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-15 18:07:07 UTC (rev 477922)
+++ PKGBUILD    2023-05-15 18:07:16 UTC (rev 477923)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-trove-classifiers
-pkgver=2023.4.22
-_commit=dc9cd5ed70f17ce4ccdd791ad8b2ee989772e127
-pkgrel=1
-pkgdesc="Canonical source for classifiers on PyPI (pypi.org)"
-url="https://github.com/pypa/trove-classifiers";
-license=('Apache')
-arch=('any')
-depends=('python')
-makedepends=('git' 'python-calver' 'python-setuptools')
-checkdepends=('python-pytest')
-source=("git+https://github.com/pypa/trove-classifiers.git#commit=$_commit";)
-sha512sums=('SKIP')
-
-build() {
-  cd trove-classifiers
-  python setup.py build
-}
-
-check() {
-  cd trove-classifiers
-  pytest
-  PYTHONPATH="$PWD"/build/lib python -m tests.lib
-}
-
-package() {
-  cd trove-classifiers
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-trove-classifiers/repos/extra-any/PKGBUILD (from rev 477922, 
python-trove-classifiers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-15 18:07:16 UTC (rev 477923)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-trove-classifiers
+pkgver=2023.4.25
+_commit=f9c794a4d34e7b02916074ee3dc317905ab21111
+pkgrel=1
+pkgdesc="Canonical source for classifiers on PyPI (pypi.org)"
+url="https://github.com/pypa/trove-classifiers";
+license=('Apache')
+arch=('any')
+depends=('python')
+makedepends=('git' 'python-calver' 'python-setuptools')
+checkdepends=('python-pytest')
+source=("git+https://github.com/pypa/trove-classifiers.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+build() {
+  cd trove-classifiers
+  python setup.py build
+}
+
+check() {
+  cd trove-classifiers
+  pytest
+  PYTHONPATH="$PWD"/build/lib python -m tests.lib
+}
+
+package() {
+  cd trove-classifiers
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Reply via email to