From 64d7aa8301c599bf348897882e50f2a94d7b60df Mon Sep 17 00:00:00 2001 From: Brandon Bergren Date: Sat, 6 Apr 2019 21:58:09 -0500 Subject: Add py3-sphinx and its dependencies. This will be needed in the future to build qemu-doc for qemu 4.0. --- user/py3-python-dateutil/APKBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 user/py3-python-dateutil/APKBUILD (limited to 'user/py3-python-dateutil') diff --git a/user/py3-python-dateutil/APKBUILD b/user/py3-python-dateutil/APKBUILD new file mode 100644 index 000000000..0e47c9ce1 --- /dev/null +++ b/user/py3-python-dateutil/APKBUILD @@ -0,0 +1,33 @@ +# Contributor: Brandon Bergren +# Maintainer: Brandon Bergren +pkgname=py3-python-dateutil +_pkgname=python-dateutil +pkgver=2.8.0 +pkgrel=0 +pkgdesc="Extensions to the standard Python datetime module" +url="https://pypi.python.org/pypi/python-dateutil" +arch="noarch" +license="Apache-2.0 AND BSD-3-Clause" +depends="python3" +makedepends="python3-dev" +checkdepends="py3-pytest py3-hypothesis py3-freezegun" +source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +builddir="$srcdir/$_pkgname-$pkgver" + +build() { + cd "$builddir" + python3 setup.py build +} + +check() { + cd "$builddir" + pytest +} + +package() { + cd "$builddir" + python3 setup.py install --prefix=/usr --root="$pkgdir" + +} + +sha512sums="ec7da86203572582f883a4686acf8a732a2de4f396d809057eb51b2c60dbca5623a7fa90c2c0618c281a2282c60841739bd837731a51cc876f4ff369297f2f81 py3-python-dateutil-2.8.0.tar.gz" -- cgit v1.2.3-70-g09d2