diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-03-02 01:40:25 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-02 01:40:25 -0300 |
| commit | c8332b29e0315dfc485ed1a35f9c94f34e956ae5 (patch) | |
| tree | 68cf55748f4ab5795b3045d5a890858284603667 /testing/py3-peewee | |
| parent | b95a02111cbc18c810d706c9c522af20674d1f23 (diff) | |
| download | aports-c8332b29e0315dfc485ed1a35f9c94f34e956ae5.tar.bz2 aports-c8332b29e0315dfc485ed1a35f9c94f34e956ae5.tar.xz | |
community/py3-peewee: move from testing
Diffstat (limited to 'testing/py3-peewee')
| -rw-r--r-- | testing/py3-peewee/APKBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/py3-peewee/APKBUILD b/testing/py3-peewee/APKBUILD deleted file mode 100644 index 8c53f1ac24..0000000000 --- a/testing/py3-peewee/APKBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py3-peewee -_pkgname=peewee -pkgver=3.13.1 -pkgrel=0 -pkgdesc="A small, expressive ORM" -url="https://github.com/coleifer/peewee" -arch="all" -license="MIT" -depends="python3" -makedepends="cython py3-setuptools python3-dev sqlite-dev" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" - -builddir="$srcdir"/$_pkgname-$pkgver - -build() { - python3 setup.py build -} - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="34ee10adeb23ca109b6d35e57524504bb5f48d369220afa1027a8d7417583b55acd9d2515afce9b697ad0cde1596ea8cb6a4573d757b9c862941b3f1ed6bda9d peewee-3.13.1.tar.gz" |
