aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-dateutils
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-07 09:33:28 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-07 09:33:28 -0300
commite5de7cc8573a0c13f2022de78bcb9d210c2f73a5 (patch)
tree096660d5d8b8766952a392a4e8a353127c3abdb3 /testing/py-dateutils
parent8bd8002fcf64885379de257da657893c01ae04bd (diff)
downloadaports-e5de7cc8573a0c13f2022de78bcb9d210c2f73a5.tar.bz2
aports-e5de7cc8573a0c13f2022de78bcb9d210c2f73a5.tar.xz
testing/py-dateutils: drop
- Python2 only - No homepage
Diffstat (limited to 'testing/py-dateutils')
-rw-r--r--testing/py-dateutils/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-dateutils/APKBUILD b/testing/py-dateutils/APKBUILD
deleted file mode 100644
index 763c81d739..0000000000
--- a/testing/py-dateutils/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-dateutils
-_pkgname=dateutils
-pkgver=0.6.6
-pkgrel=0
-pkgdesc="Various Python utilities for working with date and datetime objects"
-url="https://pypi.python.org/pypi/dateutils"
-arch="noarch"
-license="BSD"
-depends="python2"
-depends_dev=""
-makedepends="python2-dev py-setuptools"
-install=""
-subpackages=""
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-
-_builddir="$srcdir"/$_pkgname-$pkgver
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- python2 setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-md5sums="2ba7fcac03635f1f1cad0d94d785001b dateutils-0.6.6.tar.gz"
-sha256sums="c94a8e77d743abac79ed91f99f5ef594a972a527e05145cbb7aba59beced8a71 dateutils-0.6.6.tar.gz"
-sha512sums="80602efbf28078482d123642340afe071e23663cd8432a7f84740be8f2fd08c839525771ba59d8cae149c99a6dcd40789064c3ac405f5f251bec894e6a7d28b3 dateutils-0.6.6.tar.gz"