[arch-commits] Commit in python2-typing/repos (3 files)

Johannes Löthberg demize at archlinux.org
Tue May 23 21:39:16 UTC 2017


    Date: Tuesday, May 23, 2017 @ 21:39:15
  Author: demize
Revision: 229858

archrelease: copy trunk to community-any

Added:
  python2-typing/repos/community-any/
  python2-typing/repos/community-any/PKGBUILD
    (from rev 229857, python2-typing/trunk/PKGBUILD)
  python2-typing/repos/community-any/python2-typing-3.6.1.tar.gz
    (from rev 229857, python2-typing/trunk/python2-typing-3.6.1.tar.gz)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: python2-typing/repos/community-any/PKGBUILD (from rev 229857, python2-typing/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-05-23 21:39:15 UTC (rev 229858)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=python2-typing
+pkgver=3.6.1
+pkgrel=1
+
+pkgdesc="Backport of the standard library typing module to Python versions older than 3.6"
+url="https://pypi.python.org/pypi/typing"
+arch=('any')
+license=('FSF')
+
+makedepends=('python2'
+             'python2-setuptools')
+
+source=("python2-typing-$pkgver.tar.gz::https://pypi.io/packages/source/t/typing/typing-$pkgver.tar.gz")
+
+md5sums=('3fec97415bae6f742fb3c3013dedeb89')
+
+build() {
+	cd typing-$pkgver
+	python2 setup.py build
+}
+
+package() {
+	depends=('python2')
+
+	cd typing-$pkgver
+	python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
+}

Copied: python2-typing/repos/community-any/python2-typing-3.6.1.tar.gz (from rev 229857, python2-typing/trunk/python2-typing-3.6.1.tar.gz)
===================================================================
(Binary files differ)



More information about the arch-commits mailing list