[arch-commits] Commit in python-daemonize/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Oct 25 16:38:30 UTC 2019


    Date: Friday, October 25, 2019 @ 16:38:30
  Author: felixonmars
Revision: 519511

archrelease: copy trunk to community-staging-any

Added:
  python-daemonize/repos/community-staging-any/
  python-daemonize/repos/community-staging-any/PKGBUILD
    (from rev 519510, python-daemonize/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: python-daemonize/repos/community-staging-any/PKGBUILD (from rev 519510, python-daemonize/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-25 16:38:30 UTC (rev 519511)
@@ -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=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 :



More information about the arch-commits mailing list