[arch-commits] Commit in python-entrypoints/repos/community-any (PKGBUILD PKGBUILD)

2019-01-16 Thread Kyle Keen via arch-commits
Date: Wednesday, January 16, 2019 @ 21:10:59
  Author: kkeen
Revision: 423710

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  115 ++---
 1 file changed, 57 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-16 21:10:46 UTC (rev 423709)
+++ PKGBUILD2019-01-16 21:10:59 UTC (rev 423710)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=python-entrypoints
-pkgname=(python-entrypoints python2-entrypoints)
-_name=entrypoints
-pkgver=0.2.3
-pkgrel=3
-pkgdesc="Discover and load entry points from installed packages."
-arch=('any')
-url="https://github.com/takluyver/entrypoints;
-#url="https://pypi.python.org/pypi/entrypoints;
-license=('MIT')
-depends=('python')
-makedepends=('python' 'python2-setuptools')
-#makedepends=('python-pip')
-# several sources because the WHL doesn't come with a license
-# and pypi version is the only one with setup.py
-source=("$pkgname-$pkgver.tgz::https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz;
-
"https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl;
-
"$pkgname-pypi-$pkgver.tgz::https://pypi.io/packages/source/e/$_name/$_name-$pkgver.tar.gz;)
-md5sums=('ad31adbe634709555c400de125098dc8'
- 'c33be165b1307ff873212a9fbcb0c015'
- '0d3ad1b0130d91e3596ef3a59f25a56c')
-
-prepare() {
-  cd "$srcdir"
-  cp -a entrypoints-$pkgver py2entrypoints-$pkgver
-}
-
-build() {
-  cd py2entrypoints-$pkgver
-  python2 setup.py build
-}
-
-package_python-entrypoints() {
-  cd "$srcdir"
-  # install is like this because of dist-info related bug report
-  # pip actually doesn't do much and is remarkably slow
-  #pip install --compile --no-deps --ignore-installed --root="$pkgdir" *.whl
-  install -Dm644 entrypoints.py 
"$pkgdir/usr/lib/python3.7/site-packages/entrypoints.py"
-  _dist="entrypoints-$pkgver.dist-info"
-  cd $_dist
-  for _i in ./*; do
-install -Dm644 $_i "$pkgdir/usr/lib/python3.7/site-packages/$_dist/$_i"
-  done
-
-  cd "$srcdir/entrypoints-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-entrypoints() {
-  depends=('python2-configparser')
-  cd py2entrypoints-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-entrypoints/repos/community-any/PKGBUILD (from rev 423709, 
python-entrypoints/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-16 21:10:59 UTC (rev 423710)
@@ -0,0 +1,57 @@
+# Maintainer: Kyle Keen 
+
+pkgbase=python-entrypoints
+pkgname=(python-entrypoints python2-entrypoints)
+_name=entrypoints
+pkgver=0.3
+pkgrel=1
+pkgdesc="Discover and load entry points from installed packages."
+arch=('any')
+url="https://github.com/takluyver/entrypoints;
+#url="https://pypi.python.org/pypi/entrypoints;
+license=('MIT')
+depends=('python')
+makedepends=('python' 'python2-setuptools')
+#makedepends=('python-pip')
+# several sources because the WHL doesn't come with a license
+# and pypi version is the only one with setup.py
+source=("$pkgname-$pkgver.tgz::https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz;
+
"https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl;
+
"$pkgname-pypi-$pkgver.tgz::https://pypi.io/packages/source/e/$_name/$_name-$pkgver.tar.gz;)
+md5sums=('3b2d456ff069b080aa95f162a53a6679'
+ 'c47396b6c43dadc81e25d29b9fac8bd3'
+ 'c5c61ea2e46a0c50ea08f4af7955a0b1')
+
+prepare() {
+  cd "$srcdir"
+  cp -a entrypoints-$pkgver py2entrypoints-$pkgver
+}
+
+build() {
+  cd py2entrypoints-$pkgver
+  python2 setup.py build
+}
+
+package_python-entrypoints() {
+  cd "$srcdir"
+  # install is like this because of dist-info related bug report
+  # pip actually doesn't do much and is remarkably slow
+  #pip install --compile --no-deps --ignore-installed --root="$pkgdir" *.whl
+  install -Dm644 entrypoints.py 
"$pkgdir/usr/lib/python3.7/site-packages/entrypoints.py"
+  _dist="entrypoints-$pkgver.dist-info"
+  cd $_dist
+  for _i in ./*; do
+install -Dm644 $_i "$pkgdir/usr/lib/python3.7/site-packages/$_dist/$_i"
+  done
+
+  cd "$srcdir/entrypoints-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-entrypoints() {
+  depends=('python2-configparser')
+  cd py2entrypoints-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in python-entrypoints/repos/community-any (PKGBUILD PKGBUILD)

2018-08-20 Thread Kyle Keen via arch-commits
Date: Tuesday, August 21, 2018 @ 03:20:18
  Author: kkeen
Revision: 372944

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   95 +
 1 file changed, 58 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-21 03:20:04 UTC (rev 372943)
+++ PKGBUILD2018-08-21 03:20:18 UTC (rev 372944)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=python-entrypoints
-_name=entrypoints
-pkgver=0.2.3
-pkgrel=2
-pkgdesc="Discover and load entry points from installed packages."
-arch=('any')
-url="https://github.com/takluyver/entrypoints;
-#url="https://pypi.python.org/pypi/entrypoints;
-license=('MIT')
-depends=('python')
-#makedepends=('python-pip')
-# both sources because the WHL doesn't come with a license
-source=("$pkgname-$pkgver.tgz::https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz;
-
"https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl;)
-md5sums=('ad31adbe634709555c400de125098dc8'
- 'c33be165b1307ff873212a9fbcb0c015')
-
-# py2 version needs 'configparser'
-
-package() {
-  cd "$srcdir"
-  # pip actually doesn't do much and is remarkably slow
-  #pip install --compile --no-deps --ignore-installed --root="$pkgdir" *.whl
-  install -Dm644 entrypoints.py 
"$pkgdir/usr/lib/python3.7/site-packages/entrypoints.py"
-  _dist="entrypoints-$pkgver.dist-info"
-  cd $_dist
-  for _i in ./*; do
-install -Dm644 $_i "$pkgdir/usr/lib/python3.7/site-packages/$_dist/$_i"
-  done
-
-  cd "$srcdir/entrypoints-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-entrypoints/repos/community-any/PKGBUILD (from rev 372943, 
python-entrypoints/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-21 03:20:18 UTC (rev 372944)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-entrypoints
+pkgname=(python-entrypoints python2-entrypoints)
+_name=entrypoints
+pkgver=0.2.3
+pkgrel=3
+pkgdesc="Discover and load entry points from installed packages."
+arch=('any')
+url="https://github.com/takluyver/entrypoints;
+#url="https://pypi.python.org/pypi/entrypoints;
+license=('MIT')
+depends=('python')
+makedepends=('python' 'python2-setuptools')
+#makedepends=('python-pip')
+# several sources because the WHL doesn't come with a license
+# and pypi version is the only one with setup.py
+source=("$pkgname-$pkgver.tgz::https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz;
+
"https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl;
+
"$pkgname-pypi-$pkgver.tgz::https://pypi.io/packages/source/e/$_name/$_name-$pkgver.tar.gz;)
+md5sums=('ad31adbe634709555c400de125098dc8'
+ 'c33be165b1307ff873212a9fbcb0c015'
+ '0d3ad1b0130d91e3596ef3a59f25a56c')
+
+prepare() {
+  cd "$srcdir"
+  cp -a entrypoints-$pkgver py2entrypoints-$pkgver
+}
+
+build() {
+  cd py2entrypoints-$pkgver
+  python2 setup.py build
+}
+
+package_python-entrypoints() {
+  cd "$srcdir"
+  # install is like this because of dist-info related bug report
+  # pip actually doesn't do much and is remarkably slow
+  #pip install --compile --no-deps --ignore-installed --root="$pkgdir" *.whl
+  install -Dm644 entrypoints.py 
"$pkgdir/usr/lib/python3.7/site-packages/entrypoints.py"
+  _dist="entrypoints-$pkgver.dist-info"
+  cd $_dist
+  for _i in ./*; do
+install -Dm644 $_i "$pkgdir/usr/lib/python3.7/site-packages/$_dist/$_i"
+  done
+
+  cd "$srcdir/entrypoints-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-entrypoints() {
+  depends=('python2-configparser')
+  cd py2entrypoints-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in python-entrypoints/repos/community-any (PKGBUILD PKGBUILD)

2017-11-25 Thread Kyle Keen
Date: Saturday, November 25, 2017 @ 15:44:17
  Author: kkeen
Revision: 268451

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   71 +++--
 1 file changed, 37 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-25 15:43:43 UTC (rev 268450)
+++ PKGBUILD2017-11-25 15:44:17 UTC (rev 268451)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=python-entrypoints
-_name=entrypoints
-pkgver=0.2.2
-pkgrel=3
-pkgdesc="https://pypi.python.org/pypi/entrypoints;
-arch=('any')
-url="https://github.com/takluyver/entrypoints;
-license=('MIT')
-depends=('python')
-#makedepends=('python-pip')
-# both sources because the WHL doesn't come with a license
-source=("$pkgname-$pkgver.tgz::https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz;
-
"https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl;)
-md5sums=('7dae980f7c6affd777dc60a51c8d0b0b'
- '73bd7ce92c19b25dc5a20aff41be996a')
-
-package() {
-  cd "$srcdir"
-  # pip actually doesn't do much and is remarkably slow
-  #pip install --compile --no-deps --ignore-installed --root="$pkgdir" *.whl
-  install -Dm644 entrypoints.py 
"$pkgdir/usr/lib/python3.6/site-packages/entrypoints.py"
-  _dist="entrypoints-$pkgver.dist-info"
-  cd $_dist
-  for _i in ./*; do
-install -Dm644 $_i "$pkgdir/usr/lib/python3.6/site-packages/$_dist/$_i"
-  done
-
-  cd "$srcdir/entrypoints-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-entrypoints/repos/community-any/PKGBUILD (from rev 268450, 
python-entrypoints/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-25 15:44:17 UTC (rev 268451)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=python-entrypoints
+_name=entrypoints
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="https://pypi.python.org/pypi/entrypoints;
+arch=('any')
+url="https://github.com/takluyver/entrypoints;
+#url="https://pypi.python.org/pypi/entrypoints;
+license=('MIT')
+depends=('python')
+#makedepends=('python-pip')
+# both sources because the WHL doesn't come with a license
+source=("$pkgname-$pkgver.tgz::https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz;
+
"https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl;)
+md5sums=('ad31adbe634709555c400de125098dc8'
+ 'c33be165b1307ff873212a9fbcb0c015')
+
+# py2 version needs 'configparser'
+
+package() {
+  cd "$srcdir"
+  # pip actually doesn't do much and is remarkably slow
+  #pip install --compile --no-deps --ignore-installed --root="$pkgdir" *.whl
+  install -Dm644 entrypoints.py 
"$pkgdir/usr/lib/python3.6/site-packages/entrypoints.py"
+  _dist="entrypoints-$pkgver.dist-info"
+  cd $_dist
+  for _i in ./*; do
+install -Dm644 $_i "$pkgdir/usr/lib/python3.6/site-packages/$_dist/$_i"
+  done
+
+  cd "$srcdir/entrypoints-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in python-entrypoints/repos/community-any (PKGBUILD PKGBUILD)

2017-03-07 Thread Kyle Keen
Date: Wednesday, March 8, 2017 @ 03:29:00
  Author: kkeen
Revision: 215274

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-08 03:28:29 UTC (rev 215273)
+++ PKGBUILD2017-03-08 03:29:00 UTC (rev 215274)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-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"
-}
-

Copied: python-entrypoints/repos/community-any/PKGBUILD (from rev 215273, 
python-entrypoints/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-08 03:29:00 UTC (rev 215274)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=python-entrypoints
+_name=entrypoints
+pkgver=0.2.2
+pkgrel=3
+pkgdesc="https://pypi.python.org/pypi/entrypoints;
+arch=('any')
+url="https://github.com/takluyver/entrypoints;
+license=('MIT')
+depends=('python')
+#makedepends=('python-pip')
+# both sources because the WHL doesn't come with a license
+source=("$pkgname-$pkgver.tgz::https://github.com/takluyver/entrypoints/archive/$pkgver.tar.gz;
+
"https://files.pythonhosted.org/packages/py2.py3/e/$_name/$_name-$pkgver-py2.py3-none-any.whl;)
+md5sums=('7dae980f7c6affd777dc60a51c8d0b0b'
+ '73bd7ce92c19b25dc5a20aff41be996a')
+
+package() {
+  cd "$srcdir"
+  # pip actually doesn't do much and is remarkably slow
+  #pip install --compile --no-deps --ignore-installed --root="$pkgdir" *.whl
+  install -Dm644 entrypoints.py 
"$pkgdir/usr/lib/python3.6/site-packages/entrypoints.py"
+  _dist="entrypoints-$pkgver.dist-info"
+  cd $_dist
+  for _i in ./*; do
+install -Dm644 $_i "$pkgdir/usr/lib/python3.6/site-packages/$_dist/$_i"
+  done
+
+  cd "$srcdir/entrypoints-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in python-entrypoints/repos/community-any (PKGBUILD PKGBUILD)

2016-06-02 Thread Kyle Keen
Date: Friday, June 3, 2016 @ 02:18:37
  Author: kkeen
Revision: 15

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-03 00:18:21 UTC (rev 14)
+++ PKGBUILD2016-06-03 00:18:37 UTC (rev 15)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-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"
-}
-

Copied: python-entrypoints/repos/community-any/PKGBUILD (from rev 14, 
python-entrypoints/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-03 00:18:37 UTC (rev 15)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=python-entrypoints
+pkgver=0.2.2
+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=('7dae980f7c6affd777dc60a51c8d0b0b')
+
+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"
+}
+