[arch-commits] Commit in python-sphinx/trunk (5 files)

Daniel M. Capella polyzen at gemini.archlinux.org
Fri Jul 8 19:02:38 UTC 2022


    Date: Friday, July 8, 2022 @ 19:02:38
  Author: polyzen
Revision: 1248728

upgpkg: python-sphinx 5.0.2-2: Apply `use get_settings patch`

Fixes deprecation warnings in Sage.

Added:
  python-sphinx/trunk/keys/
  python-sphinx/trunk/keys/pgp/
  python-sphinx/trunk/keys/pgp/8A11B79A5D0D749A66F0A030102C2C17498D6B9E.asc
  python-sphinx/trunk/keys/pgp/E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07.asc
Modified:
  python-sphinx/trunk/PKGBUILD

-------------------------------------------------------+
 PKGBUILD                                              |   16 ++++++++++++----
 keys/pgp/8A11B79A5D0D749A66F0A030102C2C17498D6B9E.asc |    1 +
 keys/pgp/E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07.asc |    1 +
 3 files changed, 14 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-08 18:57:44 UTC (rev 1248727)
+++ PKGBUILD	2022-07-08 19:02:38 UTC (rev 1248728)
@@ -6,7 +6,7 @@
 
 pkgname=python-sphinx
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Python documentation generator'
 arch=('any')
 url=http://www.sphinx-doc.org/
@@ -29,14 +29,22 @@
               'texlive-fontsextra' 'texlive-latexextra')
 optdepends=('imagemagick: for ext.imgconverter'
             'texlive-latexextra: for generation of PDF documentation')
-source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
+source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc}
+        'sphinx-use-get_settings.patch::https://github.com/sphinx-doc/sphinx/commit/8d99168794ab8be0de1e6281d1b76af8177acd3d.patch')
 sha256sums=('b18e978ea7565720f26019c702cd85c84376e948370f1cd43d60265010e1c7b0'
-            'SKIP')
+            'SKIP'
+            'ac64c53c1d64a41cbe9d76d8440f169614cd4a7b63286583d37bc64f64781fc5')
 b2sums=('a2cbf8efca673d15e364d0db74a8c5e2c0ff469f2a102317fb9bf23aac12c12ced2593e3a5e2dd0ee2bc114f2018356d382d601a3c7ff9b2943e38b59fe45db4'
-        'SKIP')
+        'SKIP'
+        'dbc83bac75e802915e6720975a27110d52e9721ac714fbc6dc579b7bcde9ed80ec13fa3a628bdec5fe4f4792e45300f47429ff92a6a5d9080037f690aef3f40c')
 validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'  # Takeshi KOMIYA <i.tkomiya at gmail.com>
               'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') # Takayuki Shimizukawa <shimizukawa at gmail.com>
 
+prepare() {
+  cd Sphinx-$pkgver
+  patch --forward --strip=1 --input=../sphinx-use-get_settings.patch
+}
+
 build() {
   cd Sphinx-$pkgver
   make build

Added: keys/pgp/8A11B79A5D0D749A66F0A030102C2C17498D6B9E.asc
===================================================================
(Binary files differ)

Index: python-sphinx/trunk/keys/pgp/8A11B79A5D0D749A66F0A030102C2C17498D6B9E.asc
===================================================================
--- keys/pgp/8A11B79A5D0D749A66F0A030102C2C17498D6B9E.asc	2022-07-08 18:57:44 UTC (rev 1248727)
+++ keys/pgp/8A11B79A5D0D749A66F0A030102C2C17498D6B9E.asc	2022-07-08 19:02:38 UTC (rev 1248728)

Property changes on: python-sphinx/trunk/keys/pgp/8A11B79A5D0D749A66F0A030102C2C17498D6B9E.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07.asc
===================================================================
(Binary files differ)

Index: python-sphinx/trunk/keys/pgp/E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07.asc
===================================================================
--- keys/pgp/E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07.asc	2022-07-08 18:57:44 UTC (rev 1248727)
+++ keys/pgp/E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07.asc	2022-07-08 19:02:38 UTC (rev 1248728)

Property changes on: python-sphinx/trunk/keys/pgp/E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


More information about the arch-commits mailing list