[arch-commits] Commit in python-celery/trunk (3 files)

Christian Hesse eworm at archlinux.org
Tue Jun 13 15:57:26 UTC 2017


    Date: Tuesday, June 13, 2017 @ 15:57:25
  Author: eworm
Revision: 236614

drop install file (systemd-tmpfiles is run from pacman hook)

Modified:
  python-celery/trunk/PKGBUILD
Deleted:
  python-celery/trunk/python-celery.install
  python-celery/trunk/python2-celery.install

------------------------+
 PKGBUILD               |    4 +---
 python-celery.install  |    3 ---
 python2-celery.install |    3 ---
 3 files changed, 1 insertion(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-13 15:49:38 UTC (rev 236613)
+++ PKGBUILD	2017-06-13 15:57:25 UTC (rev 236614)
@@ -23,7 +23,7 @@
               'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto' 'python-yaml'
               'python2-yaml' 'python-pyzmq' 'python2-pyzmq' 'python-eventlet' 'python2-eventlet')
 source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz"
-        celery at .service celery2 at .service python-celery.install python2-celery.install
+        celery at .service celery2 at .service
         celery.tmpfiles.d celery2.tmpfiles.d)
 options=('!emptydirs')
 sha256sums=('e3d5a6c56a73ff8f2ddd4d06dc37f4c2afe4bb4da7928b884d0725ea865ef54d'
@@ -67,7 +67,6 @@
               'python-boto: for SQS transport'
               'python-yaml: for using the yaml serializer'
               'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
 
   cd "$srcdir"/celery-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -89,7 +88,6 @@
               'python2-boto: for SQS transport'
               'python2-yaml: for using the yaml serializer'
               'python2-pyzmq: for using ZeroMQ transport')
-  install=python2-celery.install
 
   cd "$srcdir"/celery-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build

Deleted: python-celery.install
===================================================================
--- python-celery.install	2017-06-13 15:49:38 UTC (rev 236613)
+++ python-celery.install	2017-06-13 15:57:25 UTC (rev 236614)
@@ -1,3 +0,0 @@
-post_install(){
-    systemd-tmpfiles --create /usr/lib/tmpfiles.d/celery.conf
-}

Deleted: python2-celery.install
===================================================================
--- python2-celery.install	2017-06-13 15:49:38 UTC (rev 236613)
+++ python2-celery.install	2017-06-13 15:57:25 UTC (rev 236614)
@@ -1,3 +0,0 @@
-post_install(){
-    systemd-tmpfiles --create /usr/lib/tmpfiles.d/celery2.conf
-}



More information about the arch-commits mailing list