diff options
Diffstat (limited to 'python-editor/PKGBUILD')
-rw-r--r-- | python-editor/PKGBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/python-editor/PKGBUILD b/python-editor/PKGBUILD deleted file mode 100644 index 8bec6bc4f..000000000 --- a/python-editor/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Submitter: Kevin Brubeck Unhammer <unhammer@fsfe.org> -# Maintainer: Erich Eckner <arch at eckner dot net> - -pkgname=python-editor -pkgver=1.0.3 -pkgrel=2 -pkgdesc="Programmatically open an editor, capture the result" -url="https://github.com/fmoo/python-editor" -depends=('python>=3.6' 'python<3.7') -makedepends=('python-setuptools') -license=('Apache') -arch=('any') -source=("https://github.com/fmoo/${pkgname}/archive/${pkgver}.tar.gz") -sha512sums=('0b14462099f8c5a3a7517f0f0cb744470284c34d164483bc58b15ecf4c5484090149d5dcb923b932a41857cfa34d4f10e4238ccc20089804a14631a459b63a39') - -build() { - cd $srcdir/${pkgname}-${pkgver} - python setup.py build -} - -package() { - cd $srcdir/${pkgname}-${pkgver} - python setup.py install --root="$pkgdir" -} |