[arch-commits] Commit in python-compiler/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 17:02:56 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:02:56
  Author: foutrelis
Revision: 752197

archrelease: copy trunk to community-staging-any

Added:
  python-compiler/repos/community-staging-any/
  python-compiler/repos/community-staging-any/PKGBUILD
    (from rev 752196, python-compiler/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: python-compiler/repos/community-staging-any/PKGBUILD (from rev 752196, python-compiler/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 17:02:56 UTC (rev 752197)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=python-compiler
+pkgver=1.1
+pkgrel=2
+pkgdesc='The compiler package from Python 2, ported to Python 3'
+arch=(any)
+url='https://github.com/pfalcon/python-compiler'
+license=(custom)
+makedepends=(git python python-setuptools)
+source=("git+https://github.com/pfalcon/python-compiler#commit=e71a47b4bf6570afe12ebb4a16fb70561c134e98") # version 1.1
+sha256sums=('SKIP')
+
+build(){
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list