diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2020-03-27 16:32:02 +0100 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-06 20:36:43 +0000 |
| commit | efa6bf3b883a6c1efcbd97a8342926a80e0a0c53 (patch) | |
| tree | 8f84201a648a4f02016de7d7eeee76e5310c8bcb /testing | |
| parent | 492766acfb8d124ef92c42da1eb0de5d2cc52d07 (diff) | |
| download | aports-efa6bf3b883a6c1efcbd97a8342926a80e0a0c53.tar.bz2 aports-efa6bf3b883a6c1efcbd97a8342926a80e0a0c53.tar.xz | |
testing/py3-fitipy: new aport
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-fitipy/APKBUILD | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/py3-fitipy/APKBUILD b/testing/py3-fitipy/APKBUILD new file mode 100644 index 0000000000..9cc1712835 --- /dev/null +++ b/testing/py3-fitipy/APKBUILD @@ -0,0 +1,24 @@ +# Contributor: Bart Ribbers <bribbers@disroot.org> +# Maintainer: Bart Ribbers <bribbers@disroot.org> +pkgname=py3-fitipy +pkgver=1.0.0 +pkgrel=0 +pkgdesc="A simple filesystem interface" +url="https://github.com/MatthewScholefield/fitipy" +arch="noarch" +license="MIT" +depends="python3" +makedepends="py3-setuptools" +source="https://pypi.python.org/packages/source/f/fitipy/fitipy-$pkgver.tar.gz" +options="!check" # No tests +builddir="$srcdir/fitipy-$pkgver" + +build() { + python3 setup.py build +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="f86d14e1bd50aad0a6037609fc1c7b16aaafc61d4f2610e6180378e6e8f95fd2b189547a6abcc8af1a096b8d69aec5536cbc54f830151ac7fcb62a5e8198ef5b fitipy-1.0.0.tar.gz" |
