summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-12-05 10:29:57 +0800
committerUniversebenzene2020-12-05 10:29:57 +0800
commit08fb192d04d409742b84fcd0d51df070ce9229b0 (patch)
tree4f1e818711acfcbcf22c234a900cea9a2ca431a6
parent81cdb1b0423d62d67b3d876d67a16f2aedf55c20 (diff)
downloadaur-08fb192d04d409742b84fcd0d51df070ce9229b0.tar.gz
Update from py3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--use_system_astropy_helpers.patch8
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c2e449939d5..f4ff718884ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-astropy-helpers
pkgdesc = Utilities used for building the Astropy python library for astronomy
pkgver = 4.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://astropy-helpers.readthedocs.io/
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 363b87de4ed9..40e4fa105136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Universebenzene <universebenzene at sina dot com>
pkgname=('python-astropy-helpers')
pkgver=4.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Utilities used for building the Astropy python library for astronomy"
arch=('any')
url="https://astropy-helpers.readthedocs.io/"
diff --git a/use_system_astropy_helpers.patch b/use_system_astropy_helpers.patch
index 5885b92aa88a..c1ff5a5e4ed2 100644
--- a/use_system_astropy_helpers.patch
+++ b/use_system_astropy_helpers.patch
@@ -1,11 +1,11 @@
---- a/astropy_helpers/commands/build_sphinx.py 2019-10-27 07:50:58.000000000 +0800
-+++ b/astropy_helpers/commands/build_sphinx.py 2019-11-19 13:15:32.433597270 +0800
-@@ -143,7 +143,7 @@
+--- a/astropy_helpers/commands/build_sphinx.py 2019-11-18 09:57:11.000000000 +0800
++++ b/astropy_helpers/commands/build_sphinx.py 2020-12-05 10:25:49.420269236 +0800
+@@ -137,7 +137,7 @@
build_cmd = self.get_finalized_command('build')
build_cmd_path = os.path.abspath(build_cmd.build_lib)
- ah_importer = pkgutil.get_importer('astropy_helpers')
-+ ah_importer = pkgutil.get_importer('/usr/lib/python3.8/site-packages/astropy_helpers')
++ ah_importer = pkgutil.get_importer('/usr/lib/python3.9/site-packages/astropy_helpers')
if ah_importer is None:
ah_path = '.'
else: