summaryrefslogtreecommitdiff
path: root/python-pycifrw
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-02-24 09:37:30 +0100
committerErich Eckner <git@eckner.net>2020-02-24 09:37:30 +0100
commit2cf194a7d101ae3848e1192542002e6ebacb5225 (patch)
tree46285f632af5176ecf0e45adaba56a9970a3115c /python-pycifrw
parent03fb0a22a63030ac108693cf768d0e5c20cee7e9 (diff)
downloadarchlinuxewe.git.save-2cf194a7d101ae3848e1192542002e6ebacb5225.tar.xz
python-pycifrw: 4.4.1-2 -> 4.4.1-3
Diffstat (limited to 'python-pycifrw')
-rw-r--r--python-pycifrw/PKGBUILD53
1 files changed, 7 insertions, 46 deletions
diff --git a/python-pycifrw/PKGBUILD b/python-pycifrw/PKGBUILD
index f2b17d0f..3174abef 100644
--- a/python-pycifrw/PKGBUILD
+++ b/python-pycifrw/PKGBUILD
@@ -1,64 +1,25 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
-pkgbase=python-pycifrw
-pkgname=(python2-pycifrw python-pycifrw)
+pkgname=python-pycifrw
_pkgname='PyCifRW'
pkgver=4.4.1
-pkgrel=2
+pkgrel=3
pkgdesc='Python library for interacting with Crystallographic Information Framework (CIF) files.'
arch=('i686' 'pentium4' 'x86_64')
url='https://bitbucket.org/jamesrhester/pycifrw/src/development/'
license=('custom')
-_deppy2=(
- 'python2>=2.7'
- 'python2<2.8'
-)
-_deppy=(
+depends=(
'python>=3.8'
- 'python<3.9'
-)
-_depends=(
- 'python')
-_makedepends=(
+ 'python<3.9')
+makedepends=(
'python-setuptools')
source=("https://pypi.python.org/packages/b3/09/7578e066d81ba978b6eefe2330cc80940939ed4be423e1c8ef49181540ca/PyCifRW-${pkgver}.tar.gz")
sha512sums=('41cc26a7d6026bb927d531b27e1228d89fe713f7ab9360b8e06b563449ee7b53afc9260d09bb199f4390b12a9d31573f8fa6bae14804239d4075b5d8dce01f54')
-makedepends=(
- "${_deppy[@]}"
- "${_deppy2[@]}"
- "${_depends[@]}"
- "${_depends[@]//python/python2}"
- "${_makedepends[@]}"
- "${_makedepends[@]//ython/ython2}"
-)
-
-prepare() {
- cp -r ${_pkgname}-${pkgver}{,-py2}
-}
-
build() {
- (
- echo "building python2"
- cd ${_pkgname}-${pkgver}-py2
- python2 setup.py build
- )
- (
- echo "building python"
- cd ${_pkgname}-${pkgver}
- python setup.py build
- )
-}
-
-package_python2-pycifrw() {
- depends=(
- "${_deppy2[@]}"
- "${_depends[@]//python/python2}"
- )
- cd "${srcdir}/${_pkgname}-${pkgver}-py2"
- python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
- install -D 'LICENSE' "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ cd ${_pkgname}-${pkgver}
+ python setup.py build
}
package_python-pycifrw() {