python-Arrow: drop package
This commit is contained in:
parent
cfd4cb94a6
commit
f490a40cd3
3 changed files with 14 additions and 25 deletions
|
@ -1,24 +0,0 @@
|
||||||
# Template file for 'python-Arrow'
|
|
||||||
pkgname=python-Arrow
|
|
||||||
version=0.15.5
|
|
||||||
revision=1
|
|
||||||
archs=noarch
|
|
||||||
wrksrc="arrow-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
depends="python-dateutil python-backports.functools_lru_cache"
|
|
||||||
short_desc="Better dates & times for Python (Python2)"
|
|
||||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
|
||||||
license="Apache-2.0"
|
|
||||||
homepage="https://github.com/crsmithdev/arrow"
|
|
||||||
distfiles="${PYPI_SITE}/a/arrow/arrow-${version}.tar.gz"
|
|
||||||
checksum=5390e464e2c5f76971b60ffa7ee29c598c7501a294bc9f5e6dadcb251a5d027b
|
|
||||||
|
|
||||||
python3-Arrow_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3-dateutil"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-Arrow
|
|
14
srcpkgs/python3-Arrow/template
Normal file
14
srcpkgs/python3-Arrow/template
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Template file for 'python3-Arrow'
|
||||||
|
pkgname=python3-Arrow
|
||||||
|
version=0.15.5
|
||||||
|
revision=2
|
||||||
|
wrksrc="arrow-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-dateutil"
|
||||||
|
short_desc="Better dates & times for Python (Python3)"
|
||||||
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/crsmithdev/arrow"
|
||||||
|
distfiles="${PYPI_SITE}/a/arrow/arrow-${version}.tar.gz"
|
||||||
|
checksum=5390e464e2c5f76971b60ffa7ee29c598c7501a294bc9f5e6dadcb251a5d027b
|
Loading…
Reference in a new issue