[arch-commits] Commit in python-sphinx-jinja/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Thu Jul 7 11:44:09 UTC 2022


    Date: Thursday, July 7, 2022 @ 11:44:08
  Author: yan12125
Revision: 1247663

upgpkg: python-sphinx-jinja 2.0.2-1

Dropping the workaround in prepare() after upstream switches to the
latest approach for namespace packages [1].

[1] https://github.com/tardyp/sphinx-jinja/pull/33

Modified:
  python-sphinx-jinja/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 11:37:20 UTC (rev 1247662)
+++ PKGBUILD	2022-07-07 11:44:08 UTC (rev 1247663)
@@ -2,9 +2,9 @@
 
 pkgname=python-sphinx-jinja
 # https://github.com/tardyp/sphinx-jinja/blob/master/ChangeLog
-pkgver=1.4.0
+pkgver=2.0.2
 # curl https://api.github.com/repos/tardyp/sphinx-jinja/git/ref/tags/$pkgver | jq -r .object.sha
-_tag=c142a2d05089a56fef4b2fd0701ee0b45c7d5f24
+_tag=7faac8c23bf523f39c5386524a733c12d8c25dfd
 pkgrel=1
 pkgdesc='A sphinx extension to include jinja based templates based documentation into a sphinx doc'
 arch=(any)
@@ -20,11 +20,6 @@
   '390EB159056ED56F66AB1092AECD456B4D2531FC'  # https://github.com/tardyp.gpg
 )
 
-prepare() {
-  cd sphinx-jinja
-  rm -v sphinxcontrib/__init__.py
-}
-
 pkgver() {
   cd sphinx-jinja
   git describe --tags | sed 's/^v//'



More information about the arch-commits mailing list