Date: Monday, April 10, 2023 @ 12:25:37
  Author: felixonmars
Revision: 1444271

archrelease: copy trunk to community-staging-any

Added:
  python-sphinx-inline-tabs/repos/community-staging-any/PKGBUILD
    (from rev 1444270, python-sphinx-inline-tabs/trunk/PKGBUILD)
Deleted:
  python-sphinx-inline-tabs/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 12:25:33 UTC (rev 1444270)
+++ PKGBUILD    2023-04-10 12:25:37 UTC (rev 1444271)
@@ -1,28 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-
-_pkgname=sphinx-inline-tabs
-pkgname=python-$_pkgname
-pkgver=2022.01.02.beta11
-pkgrel=2
-pkgdesc='Add inline tabbed content to your Sphinx documentation'
-arch=('any')
-url='https://github.com/pradyunsg/sphinx-inline-tabs'
-license=('MIT')
-depends=('python-sphinx')
-makedepends=('python-build' 'python-installer' 'python-flit-core')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('353e9168cd8e2e3ad395f4f2c7f94f40def3445f2d5e45f1610b463fa718b4b15c1070ec95930d769e6f28bdb319dbc447aac0801ddb12c31899a160a8abd1a9')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python -m build --wheel --no-isolation
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-sphinx-inline-tabs/repos/community-staging-any/PKGBUILD (from 
rev 1444270, python-sphinx-inline-tabs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 12:25:37 UTC (rev 1444271)
@@ -0,0 +1,28 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+
+_pkgname=sphinx-inline-tabs
+pkgname=python-$_pkgname
+pkgver=2022.01.02.beta11
+pkgrel=3
+pkgdesc='Add inline tabbed content to your Sphinx documentation'
+arch=('any')
+url='https://github.com/pradyunsg/sphinx-inline-tabs'
+license=('MIT')
+depends=('python-sphinx')
+makedepends=('python-build' 'python-installer' 'python-flit-core')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('353e9168cd8e2e3ad395f4f2c7f94f40def3445f2d5e45f1610b463fa718b4b15c1070ec95930d769e6f28bdb319dbc447aac0801ddb12c31899a160a8abd1a9')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to