[arch-commits] Commit in python-rfc3987/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Nov 11 10:29:37 UTC 2020
Date: Wednesday, November 11, 2020 @ 10:29:37
Author: foutrelis
Revision: 750012
archrelease: copy trunk to community-staging-any
Added:
python-rfc3987/repos/community-staging-any/PKGBUILD
(from rev 750011, python-rfc3987/trunk/PKGBUILD)
Deleted:
python-rfc3987/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 10:29:34 UTC (rev 750011)
+++ PKGBUILD 2020-11-11 10:29:37 UTC (rev 750012)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-rfc3987
-pkgver=1.3.8
-pkgrel=5
-pkgdesc="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
-url="https://pypi.python.org/pypi/rfc3987"
-license=('GPL')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner')
-source=("https://pypi.io/packages/source/r/rfc3987/rfc3987-$pkgver.tar.gz")
-sha512sums=('0e81b8dbc8c410f08b1efa7ee1c90174ed6e70bf7622d3748f598d383583b439908e1b5da1e1a1eb22af4f214ae08680a29f00b253f37808034bae8a1808c32c')
-
-build() {
- cd rfc3987-$pkgver
- python setup.py build
-}
-
-package() {
- cd rfc3987-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-rfc3987/repos/community-staging-any/PKGBUILD (from rev 750011, python-rfc3987/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 10:29:37 UTC (rev 750012)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-rfc3987
+pkgver=1.3.8
+pkgrel=6
+pkgdesc="Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
+url="https://pypi.python.org/pypi/rfc3987"
+license=('GPL')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
+source=("https://pypi.io/packages/source/r/rfc3987/rfc3987-$pkgver.tar.gz")
+sha512sums=('0e81b8dbc8c410f08b1efa7ee1c90174ed6e70bf7622d3748f598d383583b439908e1b5da1e1a1eb22af4f214ae08680a29f00b253f37808034bae8a1808c32c')
+
+build() {
+ cd rfc3987-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd rfc3987-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list