15 lines
516 B
Bash
15 lines
516 B
Bash
# Template file for 'python3-editor'
|
|
pkgname=python3-editor
|
|
version=1.0.4
|
|
revision=6
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
checkdepends="nano"
|
|
short_desc="Programmatically open an editor, capture the result"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/fmoo/python-editor"
|
|
distfiles="${PYPI_SITE}/p/python-editor/python-editor-${version}.tar.gz"
|
|
checksum=51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b
|