Date: Tuesday, April 18, 2023 @ 07:16:04
Author: arojas
Revision: 1447162
archrelease: copy trunk to community-staging-any
Added:
python-whatthepatch/repos/community-staging-any/PKGBUILD
(from rev 1447161, python-whatthepatch/trunk/PKGBUILD)
Deleted:
python-whatthepatch/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-18 07:15:55 UTC (rev 1447161)
+++ PKGBUILD 2023-04-18 07:16:04 UTC (rev 1447162)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-
-_pkg=whatthepatch
-pkgname=python-${_pkg}
-pkgver=1.0.3
-pkgrel=2
-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-staging-any/PKGBUILD (from rev
1447161, python-whatthepatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-18 07:16:04 UTC (rev 1447162)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <[email protected]>
+
+_pkg=whatthepatch
+pkgname=python-${_pkg}
+pkgver=1.0.4
+pkgrel=2
+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}
+}