summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-12-18 16:57:14 +0800
committerUniversebenzene2021-12-18 16:57:14 +0800
commit2a32efd9dbbef4aff62795215fdc35c770551010 (patch)
tree6e208c3f7d22fed4096e195d7066030a7a6f0024
parentb27aad893a868ffd28ff7852891e27e0459bc788 (diff)
downloadaur-2a32efd9dbbef4aff62795215fdc35c770551010.tar.gz
Remove useless patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
-rw-r--r--use_system_astropy_helpers.patch11
3 files changed, 2 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63618562d95c..de8639babce8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,7 @@ pkgbase = python-astropy-helpers
license = BSD
makedepends = python-setuptools
source = https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-4.0.1.tar.gz
- source = use_system_astropy_helpers.patch
md5sums = e626e395b4eac6784acb45c5f56e6706
- md5sums = cc001e2567642396d2eebabc2c323c26
pkgname = python-astropy-helpers
optdepends = python-astropy-helpers-doc=4.0.1: Documentation for Astropy helpers
diff --git a/PKGBUILD b/PKGBUILD
index c75e9cbacabd..d5256a3795e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,8 @@ arch=('any')
url="https://astropy-helpers.readthedocs.io/"
license=('BSD')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz"
- 'use_system_astropy_helpers.patch')
-md5sums=('e626e395b4eac6784acb45c5f56e6706'
- 'cc001e2567642396d2eebabc2c323c26')
+source=("https://files.pythonhosted.org/packages/source/a/astropy-helpers/astropy-helpers-${pkgver}.tar.gz")
+md5sums=('e626e395b4eac6784acb45c5f56e6706')
prepare() {
cd ${srcdir}/astropy-helpers-${pkgver}
diff --git a/use_system_astropy_helpers.patch b/use_system_astropy_helpers.patch
deleted file mode 100644
index c1ff5a5e4ed2..000000000000
--- a/use_system_astropy_helpers.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.9/site-packages/astropy_helpers')
- if ah_importer is None:
- ah_path = '.'
- else: