Date: Sunday, February 26, 2023 @ 14:51:09
  Author: jelle
Revision: 1405157

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-26 14:51:02 UTC (rev 1405156)
+++ PKGBUILD    2023-02-26 14:51:09 UTC (rev 1405157)
@@ -1,35 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-# Contributor: Clint Valentine <[email protected]>
-
-_pkgname=shellingham
-pkgname=python-shellingham
-pkgver=1.5.0.post1
-pkgrel=2
-pkgdesc='Detect what shell the current Python executable is running in'
-arch=(any)
-url="https://github.com/sarugaku/${_pkgname}";
-license=(ISC)
-depends=(python)
-makedepends=(python-{build,installer,wheel}
-             python-setuptools)
-checkdepends=(python-pytest{,-mock})
-_archive="$_pkgname-$pkgver"
-source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('ecc836335bc77e608cd6dc7201e4adfda915f44755593d1001b869ae8caf7be6')
-
-build(){
-       cd "$_archive"
-       python -m build -wn
-}
-
-check() {
-       cd "$_archive"
-       PYTHONPATH="$PWD/src" pytest
-}
-
-package() {
-       cd "$_archive"
-       python -m installer -d "$pkgdir" dist/*.whl
-       install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: python-shellingham/repos/community-any/PKGBUILD (from rev 1405156, 
python-shellingham/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-26 14:51:09 UTC (rev 1405157)
@@ -0,0 +1,35 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+# Contributor: Clint Valentine <[email protected]>
+
+_pkgname=shellingham
+pkgname=python-shellingham
+pkgver=1.5.0.post1
+pkgrel=3
+pkgdesc='Detect what shell the current Python executable is running in'
+arch=(any)
+url="https://github.com/sarugaku/${_pkgname}";
+license=(ISC)
+depends=(python)
+makedepends=(python-{build,installer,wheel}
+             python-setuptools)
+checkdepends=(python-pytest{,-mock})
+_archive="$_pkgname-$pkgver"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('ecc836335bc77e608cd6dc7201e4adfda915f44755593d1001b869ae8caf7be6')
+
+build(){
+       cd "$_archive"
+       python -m build -wn
+}
+
+check() {
+       cd "$_archive"
+       PYTHONPATH="$PWD/src" pytest
+}
+
+package() {
+       cd "$_archive"
+       python -m installer -d "$pkgdir" dist/*.whl
+       install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}

Reply via email to