[arch-commits] Commit in python-routes/repos/community-staging-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 12:04:26 UTC 2021
Date: Thursday, December 2, 2021 @ 12:04:26
Author: foutrelis
Revision: 1061791
archrelease: copy trunk to community-staging-any
Added:
python-routes/repos/community-staging-any/PKGBUILD
(from rev 1061790, python-routes/trunk/PKGBUILD)
Deleted:
python-routes/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 12:04:23 UTC (rev 1061790)
+++ PKGBUILD 2021-12-02 12:04:26 UTC (rev 1061791)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: SpepS <dreamspepser at yahoo.it>
-# Contributor: James Bulmer <nekinie at gmail.com>
-
-pkgname=python-routes
-pkgver=2.5.1
-pkgrel=4
-pkgdesc="Routing recognition and generation tools"
-arch=("any")
-url="https://pypi.python.org/pypi/Routes"
-license=("custom:BSD")
-depends=("python-repoze.lru" 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-webob' 'python-webtest')
-source=("https://pypi.io/packages/source/R/Routes/Routes-$pkgver.tar.gz")
-sha512sums=('06ec9a8426ced86524096703de47e3da2fa08bd0ed8c962d451b4338966804245b5074077021fb58a5afcb63acd6dcffa05a89703b8b54841a69a4cdff12b755')
-
-build() {
- cd Routes-$pkgver
- python setup.py build
-}
-
-check() {
- cd Routes-$pkgver
- nosetests3
-}
-
-package() {
- cd Routes-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
Copied: python-routes/repos/community-staging-any/PKGBUILD (from rev 1061790, python-routes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 12:04:26 UTC (rev 1061791)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: SpepS <dreamspepser at yahoo.it>
+# Contributor: James Bulmer <nekinie at gmail.com>
+
+pkgname=python-routes
+pkgver=2.5.1
+pkgrel=5
+pkgdesc="Routing recognition and generation tools"
+arch=("any")
+url="https://pypi.python.org/pypi/Routes"
+license=("custom:BSD")
+depends=("python-repoze.lru" 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-webob' 'python-webtest')
+source=("https://pypi.io/packages/source/R/Routes/Routes-$pkgver.tar.gz")
+sha512sums=('06ec9a8426ced86524096703de47e3da2fa08bd0ed8c962d451b4338966804245b5074077021fb58a5afcb63acd6dcffa05a89703b8b54841a69a4cdff12b755')
+
+build() {
+ cd Routes-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd Routes-$pkgver
+ nosetests3
+}
+
+package() {
+ cd Routes-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
More information about the arch-commits
mailing list