[arch-commits] Commit in python-daemonize/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Oct 31 18:21:15 UTC 2019
Date: Thursday, October 31, 2019 @ 18:21:14
Author: felixonmars
Revision: 521661
archrelease: copy trunk to community-staging-any
Added:
python-daemonize/repos/community-staging-any/PKGBUILD
(from rev 521659, python-daemonize/trunk/PKGBUILD)
Deleted:
python-daemonize/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 18:21:13 UTC (rev 521660)
+++ PKGBUILD 2019-10-31 18:21:14 UTC (rev 521661)
@@ -1,32 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
-
-pkgname=python-daemonize
-pkgver=2.5.0
-pkgrel=2
-
-pkgdesc='Library to enable your code run as a daemon process on Unix-like systems'
-url='https://pypi.python.org/pypi/daemonize/'
-arch=('any')
-license=('MIT')
-
-depends=('python')
-makedepends=('python-setuptools')
-
-source=("https://pypi.org/packages/source/d/daemonize/daemonize-$pkgver.tar.gz")
-
-md5sums=('3d64e7a0219ad22e3fca62460f893b6a')
-
-build() {
- cd "$srcdir"/daemonize-$pkgver
- python setup.py build
-}
-
-package() {
- cd daemonize-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :
Copied: python-daemonize/repos/community-staging-any/PKGBUILD (from rev 521659, python-daemonize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 18:21:14 UTC (rev 521661)
@@ -0,0 +1,32 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgname=python-daemonize
+pkgver=2.5.0
+pkgrel=3
+
+pkgdesc='Library to enable your code run as a daemon process on Unix-like systems'
+url='https://pypi.python.org/pypi/daemonize/'
+arch=('any')
+license=('MIT')
+
+depends=('python')
+makedepends=('python-setuptools')
+
+source=("https://pypi.org/packages/source/d/daemonize/daemonize-$pkgver.tar.gz")
+
+md5sums=('3d64e7a0219ad22e3fca62460f893b6a')
+
+build() {
+ cd "$srcdir"/daemonize-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd daemonize-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim: set ts=4 sw=4 tw=0 ft=PKGBUILD :
More information about the arch-commits
mailing list