[arch-commits] Commit in python2-subprocess32/repos/community-x86_64 (2 files)

Levente Polyak anthraxx at archlinux.org
Wed May 23 00:40:59 UTC 2018


    Date: Wednesday, May 23, 2018 @ 00:40:57
  Author: anthraxx
Revision: 327824

archrelease: copy trunk to community-x86_64

Added:
  python2-subprocess32/repos/community-x86_64/PKGBUILD
    (from rev 327823, python2-subprocess32/trunk/PKGBUILD)
Deleted:
  python2-subprocess32/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-23 00:40:47 UTC (rev 327823)
+++ PKGBUILD	2018-05-23 00:40:57 UTC (rev 327824)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python2-subprocess32
-_gitname=${pkgname/python2/python}
-pkgver=3.5.0
-pkgrel=1
-pkgdesc='Backport of the Python 3 subprocess module'
-url='https://github.com/google/python-subprocess32'
-arch=('x86_64')
-license=('custom')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/google/python-subprocess32/archive/${pkgver}.tar.gz)
-sha512sums=('819c518353d349e1c60c2d6ab2ee60c771e47c83bfbd0af8799de08950ea50d1196c47c856e3e43143281c952be0a5f1e008fd0f5514f4264f084f3b21adc156')
-
-build() {
-  cd ${_gitname}-${pkgver}
-  python2 setup.py build
-}
-
-check() {
-  cd ${_gitname}-${pkgver}
-  local PYTHONVERSION="$(python2 -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-    python2 test_subprocess32.py
-}
-
-package() {
-  cd ${_gitname}-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-subprocess32/repos/community-x86_64/PKGBUILD (from rev 327823, python2-subprocess32/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-23 00:40:57 UTC (rev 327824)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python2-subprocess32
+_gitname=${pkgname/python2/python}
+pkgver=3.5.1
+pkgrel=1
+pkgdesc='Backport of the Python 3 subprocess module'
+url='https://github.com/google/python-subprocess32'
+arch=('x86_64')
+license=('custom')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/google/python-subprocess32/archive/${pkgver}.tar.gz)
+sha512sums=('34cdaa661a0046e16bb9244cfefbc7589d971294d9df2ed430675e2619b2abd45bace00c6cd453fd0d9988e2805bc4cbfe9abc218f154d973eb51e7d8187ea75')
+
+build() {
+  cd ${_gitname}-${pkgver}
+  python2 setup.py build
+}
+
+check() {
+  cd ${_gitname}-${pkgver}
+  local PYTHONVERSION="$(python2 -c 'import sys; print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+    python2 test_subprocess32.py
+}
+
+package() {
+  cd ${_gitname}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list