summaryrefslogtreecommitdiff
path: root/python-editor/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-04-09 14:28:21 +0200
committerErich Eckner <git@eckner.net>2018-04-09 14:28:21 +0200
commit382ecf11cf1d40bf4180a80b08caa13aeb9f93ac (patch)
tree9186222567372ceb9325ad4e6ee02ffb2c83f516 /python-editor/PKGBUILD
parentb74663e41337a7bb708657e672616cf8558671a5 (diff)
downloadarchlinuxewe-382ecf11cf1d40bf4180a80b08caa13aeb9f93ac.tar.xz
remove obsolete packages
Diffstat (limited to 'python-editor/PKGBUILD')
-rw-r--r--python-editor/PKGBUILD24
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"
-}