[arch-commits] Commit in python-apipkg/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri May 13 03:09:26 UTC 2022


    Date: Friday, May 13, 2022 @ 03:09:26
  Author: felixonmars
Revision: 1199889

archrelease: copy trunk to community-any

Added:
  python-apipkg/repos/community-any/PKGBUILD
    (from rev 1199888, python-apipkg/trunk/PKGBUILD)
Deleted:
  python-apipkg/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-13 03:09:14 UTC (rev 1199888)
+++ PKGBUILD	2022-05-13 03:09:26 UTC (rev 1199889)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-apipkg
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="Namespace control and lazy-import mechanism"
-arch=('any')
-license=('MIT')
-url="https://github.com/pytest-dev/apipkg"
-makedepends=('python-setuptools' 'python-setuptools-scm')
-checkdepends=('python-pytest-runner')
-source=("https://files.pythonhosted.org/packages/source/a/apipkg/apipkg-$pkgver.tar.gz")
-sha512sums=('2281ffc999feddcc6073edcbb8512ded4240aaa1b472a81bbbd942da1601319ab6038387e08a2a14c962995ce94bab2e99f5a7747f8744e6af8d97abd076203b')
-
-build() {
-  cd apipkg-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd apipkg-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd apipkg-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apipkg/repos/community-any/PKGBUILD (from rev 1199888, python-apipkg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-13 03:09:26 UTC (rev 1199889)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-apipkg
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Namespace control and lazy-import mechanism"
+arch=('any')
+license=('MIT')
+url="https://github.com/pytest-dev/apipkg"
+makedepends=('python-setuptools' 'python-setuptools-scm')
+checkdepends=('python-pytest-runner')
+source=("https://files.pythonhosted.org/packages/source/a/apipkg/apipkg-$pkgver.tar.gz")
+sha512sums=('3d20473ba48927ecfc932e881b115a2ad368f69f8e423ec63443e69c1328a25ac48025fc4a0b10e806b5d1354a67a22c22e1ecde59158a7eeac09acf42cba965')
+
+build() {
+  cd apipkg-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd apipkg-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd apipkg-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list