summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-12-29 11:06:23 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-12-29 11:06:23 -0500
commitf224cb449d1e24d0537299fd2748bbb0bd8cfbf4 (patch)
treeec82ab1cddcf4de5ebd7269419ec5849ecff0fd3
parentf37fe1f6c5416fd7de9020eee45152af9ca72282 (diff)
downloadabslibre-f224cb449d1e24d0537299fd2748bbb0bd8cfbf4.tar.gz
abslibre-f224cb449d1e24d0537299fd2748bbb0bd8cfbf4.tar.bz2
abslibre-f224cb449d1e24d0537299fd2748bbb0bd8cfbf4.zip
Removing python2-daemon: This package is in [community] repo
-rw-r--r--pcr/python2-daemon/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/pcr/python2-daemon/PKGBUILD b/pcr/python2-daemon/PKGBUILD
deleted file mode 100644
index 382af4ed5..000000000
--- a/pcr/python2-daemon/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor (Arch): Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.IO>
-
-pkgname=python2-daemon
-_libname=${pkgname/python2-/python-}
-pkgver=2.0.5
-pkgrel=1
-pkgdesc="Library to implement a well-behaved Unix daemon process"
-license=("PSF")
-url="http://pypi.python.org/pypi/python-daemon"
-depends=('python2-lockfile')
-makedepends=('python2-setuptools' 'python2-docutils')
-source=(http://pypi.python.org/packages/source/p/python-daemon/python-daemon-$pkgver.tar.gz)
-arch=('any')
-
-build() {
- cd "$srcdir/$_libname-$pkgver"
- python2 setup.py build
-}
-
-package() {
- cd "$srcdir/$_libname-$pkgver"
- python2 setup.py install --skip-build -O1 --root="$pkgdir"
-}
-
-sha256sums=('afde4fa433d94d007206ee31a0941d55b5eb232a5422b670aad628547b46bf68')