Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c194cde6fc9d2c8fae53c26cd432af28d5992a8e

commit c194cde6fc9d2c8fae53c26cd432af28d5992a8e
Author: Marius Cirsta <mcir...@frugalware.org>
Date:   Wed Nov 15 22:41:53 2017 +0200

python-regex-2017.11.09-1-x86_64

* new package, needed by Calibre

diff --git a/source/devel-extra/python-regex/FrugalBuild 
b/source/devel-extra/python-regex/FrugalBuild
new file mode 100644
index 0000000..b07f3ab
--- /dev/null
+++ b/source/devel-extra/python-regex/FrugalBuild
@@ -0,0 +1,23 @@
+# Compiling Time: 0.02 SBU
+# Maintainer: mcirsta <mcir...@frugalware.org>
+
+pkgname=python-regex
+pkgver=2017.11.09
+pkgrel=1
+pkgdesc="Alternative python regular expression module."
+depends=('python>=2.7.12-2')
+makedepends=('python-distribute>=0.6.49-3')
+groups=('devel-extra')
+archs=('x86_64')
+_F_archive_name="regex"
+_F_pypi_name="regex"
+Finclude pypi
+_F_cd_path="$_F_pypi_name-$pkgver"
+sha1sums=('536930fdb070df37a8f5ca3e892c1379a3b862a1')
+
+build()        {
+       Fcd
+       python setup.py install --root="$Fdestdir" || Fdie
+}
+
+# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to