Date: Tuesday, April 18, 2023 @ 07:14:37
  Author: arojas
Revision: 1447160

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-18 07:14:27 UTC (rev 1447159)
+++ PKGBUILD    2023-04-18 07:14:37 UTC (rev 1447160)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-
-_pkg=whatthepatch
-pkgname=python-${_pkg}
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="A Python patch parsing library"
-arch=(any)
-url="https://github.com/cscorley/whatthepatch";
-license=(MIT)
-depends=(python)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-pytest)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-#source=(${url}/archive/v${pkgver}rel/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b5983a49f751158a7b5c62baf55aaf815728d3d80bf5dd0c5acb2d7d3d7391ee')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  PYTHONPATH="${PWD}"/build/lib/ pytest -vv --color=yes
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-whatthepatch/repos/community-any/PKGBUILD (from rev 1447159, 
python-whatthepatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-18 07:14:37 UTC (rev 1447160)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <[email protected]>
+
+_pkg=whatthepatch
+pkgname=python-${_pkg}
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="A Python patch parsing library"
+arch=(any)
+url="https://github.com/cscorley/whatthepatch";
+license=(MIT)
+depends=(python)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+checkdepends=(python-pytest)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+#source=(${url}/archive/v${pkgver}rel/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e95c108087845b09258ddfaf82aa13cf83ba8319475117c0909754ca8b54d742')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  PYTHONPATH="${PWD}"/build/lib/ pytest -vv --color=yes
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Reply via email to