From 0d2c6a623552362f7ac6e6fbceb7778c6977e76a Mon Sep 17 00:00:00 2001 From: firefly-cpp Date: Mon, 16 May 2022 18:41:50 +0000 Subject: community/py3-dotmap: move from testing --- community/py3-dotmap/APKBUILD | 31 +++++++++++++++++++++++++++++++ testing/py3-dotmap/APKBUILD | 31 ------------------------------- 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 community/py3-dotmap/APKBUILD delete mode 100644 testing/py3-dotmap/APKBUILD diff --git a/community/py3-dotmap/APKBUILD b/community/py3-dotmap/APKBUILD new file mode 100644 index 00000000000..ebb3926d28a --- /dev/null +++ b/community/py3-dotmap/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: Iztok Fister, Jr. +# Maintainer: Iztok Fister, Jr. +pkgname=py3-dotmap +_pkgorig=dotmap +pkgver=1.3.27 +pkgrel=0 +pkgdesc="Dot access dictionary with dynamic hierarchy creation and ordered iteration" +url="https://github.com/drgrib/dotmap" +arch="noarch" +license="MIT" +depends="python3" +makedepends="py3-setuptools" +checkdepends="py3-pytest" +source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/d/dotmap/dotmap-$pkgver.tar.gz" +builddir="$srcdir/$_pkgorig-$pkgver" + +build() { + python3 setup.py build +} + +check() { + python3 -m unittest +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums=" +561a0a5a27791124f110655e437de865bc6cd15d2bc2aba3c6695e0c91dbc60e1612b8ae01ba06f24c272580df213a3d19a70ee7d89f5f27225cce0c3f800fc7 py3-dotmap-1.3.27.tar.gz +" diff --git a/testing/py3-dotmap/APKBUILD b/testing/py3-dotmap/APKBUILD deleted file mode 100644 index ebb3926d28a..00000000000 --- a/testing/py3-dotmap/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: Iztok Fister, Jr. -# Maintainer: Iztok Fister, Jr. -pkgname=py3-dotmap -_pkgorig=dotmap -pkgver=1.3.27 -pkgrel=0 -pkgdesc="Dot access dictionary with dynamic hierarchy creation and ordered iteration" -url="https://github.com/drgrib/dotmap" -arch="noarch" -license="MIT" -depends="python3" -makedepends="py3-setuptools" -checkdepends="py3-pytest" -source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/d/dotmap/dotmap-$pkgver.tar.gz" -builddir="$srcdir/$_pkgorig-$pkgver" - -build() { - python3 setup.py build -} - -check() { - python3 -m unittest -} - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums=" -561a0a5a27791124f110655e437de865bc6cd15d2bc2aba3c6695e0c91dbc60e1612b8ae01ba06f24c272580df213a3d19a70ee7d89f5f27225cce0c3f800fc7 py3-dotmap-1.3.27.tar.gz -" -- cgit v1.2.3