[arch-commits] Commit in python-sphinx-basic-ng/repos/community-any (2 files)

Daniel M. Capella polyzen at gemini.archlinux.org
Mon Jun 27 23:26:52 UTC 2022


    Date: Monday, June 27, 2022 @ 23:26:52
  Author: polyzen
Revision: 1239779

archrelease: copy trunk to community-any

Added:
  python-sphinx-basic-ng/repos/community-any/PKGBUILD
    (from rev 1239778, python-sphinx-basic-ng/trunk/PKGBUILD)
Deleted:
  python-sphinx-basic-ng/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-27 23:26:28 UTC (rev 1239778)
+++ PKGBUILD	2022-06-27 23:26:52 UTC (rev 1239779)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-
-_name=sphinx_basic_ng
-pkgname=python-sphinx-basic-ng
-pkgver=0.0.1a11
-pkgrel=1
-pkgdesc='Modernised skeleton for Sphinx themes'
-arch=('any')
-url=https://github.com/pradyunsg/sphinx-basic-ng
-license=('MIT')
-depends=('python-sphinx')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('bf9a8fda0379c7d2ab51c9543f2b18e014b77fb295b49d64f3c1a910c863b34f')
-b2sums=('16b30164c84335a9a1ac0b1c2b64994fd3b4d7984660c11c73538f11a22c608867be7948d910a5f1b9f12b48ea712c3ad25163ffbae7b9a1d5386abd03c8259b')
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  # Symlink license file
-  local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \
-    "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-sphinx-basic-ng/repos/community-any/PKGBUILD (from rev 1239778, python-sphinx-basic-ng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-27 23:26:52 UTC (rev 1239779)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+_name=sphinx_basic_ng
+pkgname=python-sphinx-basic-ng
+pkgver=0.0.1a12
+pkgrel=1
+pkgdesc='Modernised skeleton for Sphinx themes'
+arch=('any')
+url=https://github.com/pradyunsg/sphinx-basic-ng
+license=('MIT')
+depends=('python-sphinx')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('cffffb14914ddd26c94b1330df1d72dab5a42e220aaeb5953076a40b9c50e801')
+b2sums=('edacea2bf70d3781e52e38a707b1ac08d60a284b977b2b4323238947c433ae53a9cc5b48623fe3527b85e6077bb84828538a63bc45c0b2693dcb917651365597')
+
+build() {
+  cd $_name-$pkgver
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  cd $_name-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \
+    "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list