2024-04-12 11:59:22 +02:00

35 lines
1.0 KiB
Plaintext

# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-python-editor
pkgver=1.0.4
pkgrel=8
pkgdesc="Programmatically open an editor, capture the result"
url="https://github.com/fmoo/python-editor"
arch="noarch"
license="Apache-2.0"
depends="python3"
makedepends="py3-setuptools"
options="!check" # tests are interactive
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/p/python-editor/python-editor-$pkgver.tar.gz
distutils.patch
"
builddir="$srcdir/python-editor-$pkgver"
build() {
python3 setup.py build
}
check() {
python3 setup.py test
}
package() {
python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="
c8ce2403bfe6c93935c7f4c384a8618a39cdaefe1ff5b1ff2cf4562866d8b3caa616e428c0a1634a56db934caeb474e7f84f8d5e009b9ed664189fdece8146f6 python-editor-1.0.4.tar.gz
f9c872bf80e30a4f9a93d27ada61fbbe8aaa3a38d407e8bcbc154a5e0decb5bf315908b1f9ba36f917866771aaea51c8bb93a87a3d5b17e6839eda5587c5c14f distutils.patch
"