[arch-commits] Commit in python-systemd/repos/staging-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Oct 31 16:59:41 UTC 2019


    Date: Thursday, October 31, 2019 @ 16:59:41
  Author: felixonmars
Revision: 366240

archrelease: copy trunk to staging-x86_64

Added:
  python-systemd/repos/staging-x86_64/PKGBUILD
    (from rev 366239, python-systemd/trunk/PKGBUILD)
Deleted:
  python-systemd/repos/staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-31 16:59:29 UTC (rev 366239)
+++ PKGBUILD	2019-10-31 16:59:41 UTC (rev 366240)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgbase=python-systemd
-pkgname=(python-systemd python2-systemd)
-pkgver=234
-pkgrel=3
-pkgdesc="Python bindings for systemd"
-arch=(x86_64)
-url="https://github.com/systemd/python-systemd"
-license=(LGPL)
-makedepends=(systemd python python2 git)
-_commit=308ae4440c1f6ea1aff9be4cb683c52bd3a1c13a  # tags/v234^0
-source=("$pkgbase::git+${url}#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cp -a $pkgbase python2
-  cp -a $pkgbase python3
-}
-
-build() {
-  cd python3
-  make PYTHON=/usr/bin/python3
-
-  cd ../python2
-  make PYTHON=/usr/bin/python2
-}
-
-package_python-systemd() {
-  depends=(python3 libsystemd)
-
-  cd python3
-  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-systemd() {
-  depends=(python2 libsystemd)
-
-  cd python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-systemd/repos/staging-x86_64/PKGBUILD (from rev 366239, python-systemd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-31 16:59:41 UTC (rev 366240)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgbase=python-systemd
+pkgname=(python-systemd python2-systemd)
+pkgver=234
+pkgrel=4
+pkgdesc="Python bindings for systemd"
+arch=(x86_64)
+url="https://github.com/systemd/python-systemd"
+license=(LGPL)
+makedepends=(systemd python python2 git)
+_commit=308ae4440c1f6ea1aff9be4cb683c52bd3a1c13a  # tags/v234^0
+source=("$pkgbase::git+${url}#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cp -a $pkgbase python2
+  cp -a $pkgbase python3
+}
+
+build() {
+  cd python3
+  make PYTHON=/usr/bin/python3
+
+  cd ../python2
+  make PYTHON=/usr/bin/python2
+}
+
+package_python-systemd() {
+  depends=(python3 libsystemd)
+
+  cd python3
+  python3 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-systemd() {
+  depends=(python2 libsystemd)
+
+  cd python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list