diff options
Diffstat (limited to 'python-pycifrw/PKGBUILD')
-rw-r--r-- | python-pycifrw/PKGBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/python-pycifrw/PKGBUILD b/python-pycifrw/PKGBUILD index 3174abef..74a2735f 100644 --- a/python-pycifrw/PKGBUILD +++ b/python-pycifrw/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-pycifrw _pkgname='PyCifRW' pkgver=4.4.1 -pkgrel=3 +pkgrel=4 pkgdesc='Python library for interacting with Crystallographic Information Framework (CIF) files.' arch=('i686' 'pentium4' 'x86_64') url='https://bitbucket.org/jamesrhester/pycifrw/src/development/' @@ -23,10 +23,6 @@ build() { } package_python-pycifrw() { - depends=( - "${_deppy[@]}" - "${_depends[@]}" - ) cd "${srcdir}/${_pkgname}-${pkgver}" python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build install -D 'LICENSE' "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" |