[arch-commits] Commit in python-entrypoints/repos (2 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Dec 24 11:16:27 UTC 2016


    Date: Saturday, December 24, 2016 @ 11:16:26
  Author: bpiotrowski
Revision: 201407

archrelease: copy trunk to community-staging-any

Added:
  python-entrypoints/repos/community-staging-any/
  python-entrypoints/repos/community-staging-any/PKGBUILD
    (from rev 201406, python-entrypoints/trunk/PKGBUILD)

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

Copied: python-entrypoints/repos/community-staging-any/PKGBUILD (from rev 201406, python-entrypoints/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-24 11:16:26 UTC (rev 201407)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-entrypoints
+pkgver=0.2.2
+pkgrel=2
+pkgdesc="https://pypi.python.org/pypi/entrypoints"
+arch=('any')
+url="https://github.com/takluyver/entrypoints"
+license=('MIT')
+depends=('python')
+source=("https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz")
+md5sums=('7dae980f7c6affd777dc60a51c8d0b0b')
+
+package() {
+  cd "$srcdir/entrypoints-$pkgver"
+  # no setup/makefile provided
+  install -Dm644 entrypoints.py "$pkgdir/usr/lib/python3.6/site-packages/entrypoints.py"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+



More information about the arch-commits mailing list