[arch-commits] Commit in python-entrypoint2/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 21:37:04 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:37:04
  Author: foutrelis
Revision: 1060895

archrelease: copy trunk to community-staging-any

Added:
  python-entrypoint2/repos/community-staging-any/PKGBUILD
    (from rev 1060893, python-entrypoint2/trunk/PKGBUILD)
Deleted:
  python-entrypoint2/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:37:03 UTC (rev 1060894)
+++ PKGBUILD	2021-12-01 21:37:04 UTC (rev 1060895)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=entrypoint2
-pkgname=python-${_pkg}
-pkgver=0.2.4
-pkgrel=2
-pkgdesc="Easy to use command-line interface for python modules"
-arch=(any)
-url="https://github.com/ponty/entrypoint2"
-license=(BSD)
-depends=(python)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-easyprocess)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-#source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('4770c3afcf3865c606a6e5f7cfcc5c59212f555fcee9b2540270399149c1dde3')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  PYTHONPATH="build/lib/" py.test -v
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-entrypoint2/repos/community-staging-any/PKGBUILD (from rev 1060893, python-entrypoint2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:37:04 UTC (rev 1060895)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=entrypoint2
+pkgname=python-${_pkg}
+pkgver=0.2.4
+pkgrel=3
+pkgdesc="Easy to use command-line interface for python modules"
+arch=(any)
+url="https://github.com/ponty/entrypoint2"
+license=(BSD)
+depends=(python)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-easyprocess)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+#source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('4770c3afcf3865c606a6e5f7cfcc5c59212f555fcee9b2540270399149c1dde3')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  PYTHONPATH="build/lib/" py.test -v
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list