[arch-commits] Commit in python-prctl/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jan 13 11:50:42 UTC 2021
Date: Wednesday, January 13, 2021 @ 11:50:42
Author: felixonmars
Revision: 820399
archrelease: copy trunk to community-x86_64
Added:
python-prctl/repos/community-x86_64/PKGBUILD
(from rev 820398, python-prctl/trunk/PKGBUILD)
Deleted:
python-prctl/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 57 +++++++++++++++++++++++++++++----------------------------
1 file changed, 29 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-13 11:50:32 UTC (rev 820398)
+++ PKGBUILD 2021-01-13 11:50:42 UTC (rev 820399)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-prctl
-pkgver=1.7
-pkgrel=5
-pkgdesc='Python(ic) interface to the linux prctl syscall'
-arch=('x86_64')
-license=('GPL')
-url='https://github.com/seveas/python-prctl'
-depends=('python' 'libcap')
-checkdepends=('iputils' 'procps-ng')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/seveas/python-prctl/archive/v$pkgver.tar.gz")
-sha512sums=('f2a18fc8e9ef469722c6618d5dd6b7b558d4060783e6fb3a8dc868d9ed3fa21ade371f94a4538a24dca92a71f623a96638c96882d9cf0d3d499a9f12dae8538a')
-
-build() {
- cd python-prctl-$pkgver
- python setup.py build
-}
-
-check() {
- cd python-prctl-$pkgver
- python -m unittest discover || echo "Tests failed"
-}
-
-package() {
- cd python-prctl-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-prctl/repos/community-x86_64/PKGBUILD (from rev 820398, python-prctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-13 11:50:42 UTC (rev 820399)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-prctl
+pkgver=1.8
+pkgrel=1
+pkgdesc='Python(ic) interface to the linux prctl syscall'
+arch=('x86_64')
+license=('GPL')
+url='https://github.com/seveas/python-prctl'
+depends=('python' 'libcap')
+makedepends=('python-setuptools')
+checkdepends=('iputils' 'procps-ng')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/seveas/python-prctl/archive/v$pkgver.tar.gz")
+sha512sums=('759e16053829ad556c79e9431da396bc6b740a758624ab895c1e30b3b999c1f1e29b754407a3ed226c7c69d52cf6d8f21845755a11747267f2541ffd95c77549')
+
+build() {
+ cd python-prctl-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd python-prctl-$pkgver
+ python -m unittest discover || echo "Tests failed"
+}
+
+package() {
+ cd python-prctl-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list