~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] community/py3-confuse: new aport

Marvin Preuss <marvin@xsteadfastx.org>
Details
Message ID
<20210820090819.722864-1-marvin@xsteadfastx.org>
DKIM signature
missing
Download raw message
Patch: +25 -0
this is a new python module that is needed for the new beets 1.5.0.
thats also why this is straight to community.

---
 community/py3-confuse/APKBUILD | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 community/py3-confuse/APKBUILD

diff --git a/community/py3-confuse/APKBUILD b/community/py3-confuse/APKBUILD
new file mode 100644
index 0000000000..02f94e9851
--- /dev/null
+++ b/community/py3-confuse/APKBUILD
@@ -0,0 +1,25 @@
# Contributor: Marvin Preuss <marvin@xsteadfastx.org>
# Maintainer: Marvin Preuss <marvin@xsteadfastx.org>
pkgname=py3-confuse
_pyname=confuse
pkgver=1.5.0
pkgrel=0
pkgdesc="painless YAML config files for Python"
options="!check" # No testsuite
url="https://github.com/beetbox/confuse"
arch="noarch"
license="MIT"
depends="python3 py3-yaml"
source="confuse-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="
97cc6fd21f2d73ee1982c2a87a7433a43eefe19a431e6626d0f675d419ebf7b9146c77240d90d60cab96e9dc046e14e9e3c1a0c01e849eb7061a26045169b417  confuse-1.5.0.tar.gz
"
-- 
2.33.0
Reply to thread Export thread (mbox)