[arch-commits] Commit in python-purl/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Dec 3 00:34:19 UTC 2021
Date: Friday, December 3, 2021 @ 00:34:19
Author: felixonmars
Revision: 1063865
archrelease: copy trunk to community-staging-any
Added:
python-purl/repos/community-staging-any/PKGBUILD
(from rev 1063863, python-purl/trunk/PKGBUILD)
Deleted:
python-purl/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 00:34:17 UTC (rev 1063864)
+++ PKGBUILD 2021-12-03 00:34:19 UTC (rev 1063865)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-purl
-pkgver=1.6
-pkgrel=2
-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/
-}
Copied: python-purl/repos/community-staging-any/PKGBUILD (from rev 1063863, python-purl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-03 00:34:19 UTC (rev 1063865)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-purl
+pkgver=1.6
+pkgrel=3
+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