[arch-commits] Commit in python-daemonize/repos/community-any (PKGBUILD PKGBUILD)

Johannes Löthberg demize at archlinux.org
Tue Jan 1 17:53:58 UTC 2019


    Date: Tuesday, January 1, 2019 @ 17:53:58
  Author: demize
Revision: 420195

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-01 17:53:53 UTC (rev 420194)
+++ PKGBUILD	2019-01-01 17:53:58 UTC (rev 420195)
@@ -1,51 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
-
-pkgbase=python-daemonize
-pkgname=(python-daemonize python2-daemonize)
-pkgver=2.4.7
-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')
-
-makedepends=('python-setuptools'
-             'python2-setuptools')
-
-source=("https://pypi.org/packages/source/d/daemonize/daemonize-$pkgver.tar.gz")
-
-md5sums=('6759005b12dfeea0d4305f8536b4b0c2')
-
-prepare() {
-	cp -a daemonize-$pkgver{,-python2}
-}
-
-build() {
-	cd "$srcdir"/daemonize-$pkgver
-	python setup.py build
-
-	cd "$srcdir"/daemonize-$pkgver-python2
-	python2 setup.py build
-}
-
-package_python-daemonize() {
-	depends=('python')
-
-	cd daemonize-$pkgver
-	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-	install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-daemonize() {
-	depends=('python2')
-
-	cd daemonize-$pkgver-python2
-	python2 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-any/PKGBUILD (from rev 420194, python-daemonize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-01 17:53:58 UTC (rev 420195)
@@ -0,0 +1,51 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
+
+pkgbase=python-daemonize
+pkgname=(python-daemonize python2-daemonize)
+pkgver=2.5.0
+pkgrel=1
+
+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')
+
+makedepends=('python-setuptools'
+             'python2-setuptools')
+
+source=("https://pypi.org/packages/source/d/daemonize/daemonize-$pkgver.tar.gz")
+
+md5sums=('3d64e7a0219ad22e3fca62460f893b6a')
+
+prepare() {
+	cp -a daemonize-$pkgver{,-python2}
+}
+
+build() {
+	cd "$srcdir"/daemonize-$pkgver
+	python setup.py build
+
+	cd "$srcdir"/daemonize-$pkgver-python2
+	python2 setup.py build
+}
+
+package_python-daemonize() {
+	depends=('python')
+
+	cd daemonize-$pkgver
+	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+	install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-daemonize() {
+	depends=('python2')
+
+	cd daemonize-$pkgver-python2
+	python2 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