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

Levente Polyak anthraxx at archlinux.org
Sun May 13 17:32:31 UTC 2018


    Date: Sunday, May 13, 2018 @ 17:32:31
  Author: anthraxx
Revision: 321617

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-13 17:32:22 UTC (rev 321616)
+++ PKGBUILD	2018-05-13 17:32:31 UTC (rev 321617)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python2-subprocess32
-_gitname=${pkgname/python2/python}
-pkgver=3.2.7
-pkgrel=1
-pkgdesc='Backport of the Python 3 subprocess module'
-url='https://github.com/google/python-subprocess32'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('python2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/google/python-subprocess32/archive/${pkgver}.tar.gz)
-sha512sums=('d2f18de121623d4036b10c28043fc9e8d709f63a333be2b32add76711daf89321df0260751726f8e1625d18840a1be209f45a470b73adf6127105bdc02ba133c')
-
-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 321616, python2-subprocess32/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-13 17:32:31 UTC (rev 321617)
@@ -0,0 +1,35 @@
+# 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:



More information about the arch-commits mailing list