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

Bruno Pagani archange at gemini.archlinux.org
Wed Jun 29 15:10:56 UTC 2022


    Date: Wednesday, June 29, 2022 @ 15:10:56
  Author: archange
Revision: 1240726

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-29 15:10:55 UTC (rev 1240725)
+++ PKGBUILD	2022-06-29 15:10:56 UTC (rev 1240726)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=entrypoint2
-pkgname=python-${_pkg}
-pkgver=1.0
-pkgrel=1
-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=('67e906f6ad958d83f48b4edec28d7dd82670e9261988f6b4a6b63abc9fb3be56')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  PYTHONPATH="${PWD}"/build/lib/ pytest -vv --color=yes
-}
-
-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-any/PKGBUILD (from rev 1240724, python-entrypoint2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-29 15:10:56 UTC (rev 1240726)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=entrypoint2
+pkgname=python-${_pkg}
+pkgver=1.1
+pkgrel=1
+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=('fc0b7fe7b21acdab47a585ab9407ca7e5c4f96cb6888575db6b0ceb91f0e105a')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  PYTHONPATH="${PWD}"/build/lib/ pytest -vv --color=yes
+}
+
+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