[arch-commits] Commit in python-priority/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed Nov 11 10:35:31 UTC 2020
Date: Wednesday, November 11, 2020 @ 10:35:30
Author: foutrelis
Revision: 750144
archrelease: copy trunk to community-staging-any
Added:
python-priority/repos/community-staging-any/PKGBUILD
(from rev 750142, python-priority/trunk/PKGBUILD)
Deleted:
python-priority/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 10:35:30 UTC (rev 750143)
+++ PKGBUILD 2020-11-11 10:35:30 UTC (rev 750144)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-priority
-pkgver=1.3.0
-pkgrel=6
-pkgdesc='A pure-Python implementation of the HTTP/2 priority tree'
-arch=('any')
-license=('MIT')
-url='https://github.com/python-hyper/priority'
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-hypothesis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-hyper/priority/archive/v$pkgver.tar.gz")
-sha512sums=('bd60db8e1f524a2c445227576d53c70dbf5764e9ecb0e75d320e3652941f9e915f9d130815a781a8d4e50c4c3f68e05c9458225926e80d588e210037a1c6ed5f')
-
-build() {
- cd priority-$pkgver
- python setup.py build
-}
-
-check() {
- cd priority-$pkgver
- python setup.py pytest
-}
-
-package() {
- cd priority-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-priority/repos/community-staging-any/PKGBUILD (from rev 750142, python-priority/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 10:35:30 UTC (rev 750144)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-priority
+pkgver=1.3.0
+pkgrel=7
+pkgdesc='A pure-Python implementation of the HTTP/2 priority tree'
+arch=('any')
+license=('MIT')
+url='https://github.com/python-hyper/priority'
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-hypothesis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-hyper/priority/archive/v$pkgver.tar.gz")
+sha512sums=('bd60db8e1f524a2c445227576d53c70dbf5764e9ecb0e75d320e3652941f9e915f9d130815a781a8d4e50c4c3f68e05c9458225926e80d588e210037a1c6ed5f')
+
+build() {
+ cd priority-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd priority-$pkgver
+ python setup.py pytest
+}
+
+package() {
+ cd priority-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list