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

Kyle Keen kkeen at archlinux.org
Sun Apr 24 20:28:16 UTC 2016


    Date: Sunday, April 24, 2016 @ 22:28:16
  Author: kkeen
Revision: 171731

archrelease: copy trunk to community-any

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

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

Copied: python-entrypoints/repos/community-any/PKGBUILD (from rev 171730, python-entrypoints/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-04-24 20:28:16 UTC (rev 171731)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-entrypoints
+pkgver=0.2.1
+pkgrel=1
+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=('e4c017e58c00d2e113e1deaf1f25e526')
+
+package() {
+  cd "$srcdir/entrypoints-$pkgver"
+  # no setup/makefile provided
+  install -Dm644 entrypoints.py "$pkgdir/usr/lib/python3.5/site-packages/entrypoints.py"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+



More information about the arch-commits mailing list