From 38278dab8f210a525a4f158a3f93970311698cb3 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sun, 17 Mar 2019 21:58:16 +0000 Subject: testing/py3-traitlets: move to community --- community/py3-traitlets/APKBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 community/py3-traitlets/APKBUILD (limited to 'community/py3-traitlets') diff --git a/community/py3-traitlets/APKBUILD b/community/py3-traitlets/APKBUILD new file mode 100644 index 0000000000..b938eefcd1 --- /dev/null +++ b/community/py3-traitlets/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Kevin Daudt +# Maintainer: Kevin Daudt +pkgname=py3-traitlets +pkgver=4.3.2 +pkgrel=1 +pkgdesc="A lightweight Traits like module" +url="https://traitlets.readthedocs.io/" +arch="noarch" +license="BSD-3-Clause" +depends="python3 py-six py3-ipython_genutils" +makedepends="python3-dev" +options="!check" # No test suite present +source="traitlets-$pkgver.tar.gz::https://github.com/ipython/traitlets/archive/$pkgver.tar.gz" +builddir="$srcdir/${pkgname#py3-}-${pkgver}" +replaces="py-traitlets" +provides="py-traitlets" + +build() { + python3 setup.py build +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="74963f3f0c25dce9c734585b09416bf58350e51714497b024f7e261da9cfd82a7517d42b09920c014d367494e656a4ed76790c711a384d85bfde2ae6fffeaa34 traitlets-4.3.2.tar.gz" -- cgit v1.2.3