diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-19 22:34:28 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-06-19 22:53:40 +0300 |
commit | 4095d14f0375774ed0b134b527fd54ee0354a22e (patch) | |
tree | 13cb9c0d7f6f0f14f352eaffed293f4b40139839 /testing/py3-intervals | |
parent | aea05bf6ae11e10afdd45afa8765b43240ff405e (diff) | |
download | aports-4095d14f0375774ed0b134b527fd54ee0354a22e.tar.bz2 aports-4095d14f0375774ed0b134b527fd54ee0354a22e.tar.xz |
testing/py3-intervals: clarify license, modernize
Diffstat (limited to 'testing/py3-intervals')
-rw-r--r-- | testing/py3-intervals/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/testing/py3-intervals/APKBUILD b/testing/py3-intervals/APKBUILD index ab04b118b4..215c4ec616 100644 --- a/testing/py3-intervals/APKBUILD +++ b/testing/py3-intervals/APKBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="A Python module for handling intervals (ranges of comparable objects)" url="https://github.com/kvesteri/intervals" arch="noarch" -license="BSD" +license="BSD-3-Clause" depends="py3-infinity" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" @@ -17,15 +17,11 @@ replaces="py-intervals" # Backwards compatibility provides="py-intervals=$pkgver-r$pkgrel" # Backwards compatibility build() { - cd "$builddir" - python3 setup.py build || return 1 + python3 setup.py build } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -md5sums="d2e7b132a4a00f001938cf47884b5e60 intervals-0.8.0.tar.gz" -sha256sums="178534a1c8d2c034f1fc062e5f90cf73682101ca81470eb5741453feef830135 intervals-0.8.0.tar.gz" sha512sums="1953c9535c9d5dbf2080409000e9942b71416473d4856f6eb1e08e55576fce1e979d00563953afca59eed4a6ff8df2f52cf0557e88312416cf1294213e924c38 intervals-0.8.0.tar.gz" |