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

Felix Yan felixonmars at archlinux.org
Sun May 16 15:41:43 UTC 2021


    Date: Sunday, May 16, 2021 @ 15:41:43
  Author: felixonmars
Revision: 935871

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-16 15:41:26 UTC (rev 935870)
+++ PKGBUILD	2021-05-16 15:41:43 UTC (rev 935871)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-purl
-pkgver=1.5
-pkgrel=6
-pkgdesc="An immutable URL class for easy URL-building and manipulation"
-arch=('any')
-license=('MIT')
-url="https://github.com/codeinthehole/purl"
-depends=('python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("https://github.com/codeinthehole/purl/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('c034e563d25f4270d4aa9731e87df23203a1c6fc09d2df60fd6038e88c17341e2b30b04a9fba177a04a2552ce3ee0f2d9e34bf4aad6675eb23d2c7bd047d3813')
-
-build() {
-  cd purl-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd purl-$pkgver
-  python setup.py nosetests
-}
-
-package() {
-  cd purl-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-purl/repos/community-any/PKGBUILD (from rev 935870, python-purl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-16 15:41:43 UTC (rev 935871)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-purl
+pkgver=1.6
+pkgrel=1
+pkgdesc="An immutable URL class for easy URL-building and manipulation"
+arch=('any')
+license=('MIT')
+url="https://github.com/codeinthehole/purl"
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://github.com/codeinthehole/purl/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('293079e9e15ac7e1669ea534ea8ac3aea92ebc1a18b33fc15e135e241da9c5612978946deca8fe3e53b39004ee33393317901ed3dfe053be12399591050dd9cd')
+
+build() {
+  cd purl-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd purl-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd purl-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list