Date: Monday, April 10, 2023 @ 12:27:29
Author: felixonmars
Revision: 1444282
archrelease: copy trunk to community-staging-any
Added:
python-sphinx-basic-ng/repos/community-staging-any/PKGBUILD
(from rev 1444281, python-sphinx-basic-ng/trunk/PKGBUILD)
Deleted:
python-sphinx-basic-ng/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 12:27:26 UTC (rev 1444281)
+++ PKGBUILD 2023-04-10 12:27:29 UTC (rev 1444282)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel M. Capella <[email protected]>
-
-_name=sphinx_basic_ng
-pkgname=python-sphinx-basic-ng
-pkgver=1.0.0b1
-pkgrel=2
-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=('89374bd3ccd9452a301786781e28c8718e99960f2d4f411845ea75fc7bb5a9b0')
-b2sums=('1362364d8f6acbc3a0f3ded11b22879b3dfd6a9f2c746d800ea988ff852c16ab4f0aca7c9ef6d45020d978bb6bd0e7c54c775d00b3ba85b469471504ed4a54bc')
-
-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-staging-any/PKGBUILD (from rev
1444281, python-sphinx-basic-ng/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 12:27:29 UTC (rev 1444282)
@@ -0,0 +1,31 @@
+# Maintainer: Daniel M. Capella <[email protected]>
+
+_name=sphinx_basic_ng
+pkgname=python-sphinx-basic-ng
+pkgver=1.0.0b1
+pkgrel=3
+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=('89374bd3ccd9452a301786781e28c8718e99960f2d4f411845ea75fc7bb5a9b0')
+b2sums=('1362364d8f6acbc3a0f3ded11b22879b3dfd6a9f2c746d800ea988ff852c16ab4f0aca7c9ef6d45020d978bb6bd0e7c54c775d00b3ba85b469471504ed4a54bc')
+
+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
+}