Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ceea556f0d514606022de1bd327635c1ac970366
commit ceea556f0d514606022de1bd327635c1ac970366 Author: Melko <[email protected]> Date: Fri Jun 13 21:00:58 2014 +0200 astroid-1.1.1-1-x86_64 * new package * replace python-logilab-astng diff --git a/source/devel-extra/astroid/FrugalBuild b/source/devel-extra/astroid/FrugalBuild new file mode 100644 index 0000000..3fc9663 --- /dev/null +++ b/source/devel-extra/astroid/FrugalBuild @@ -0,0 +1,18 @@ +# Compiling time: 0 SBU +# Maintainer: Pingax <[email protected]> + +options+=('asneeded') + +pkgname=astroid +pkgver=1.1.1 +pkgrel=1 +pkgdesc="Python Abstract Syntax Tree New Generation." +archs=('i686' 'x86_64') +depends=('python-logilab-common>=0.61.0') +groups=('devel-extra') +Finclude python pypi +sha1sums=('ff7b70669933702c7196f08e694afd552032c454') + +replaces=('python-logilab-astng') +conflicts=("${replaces[@]}") +provides=("${replaces[@]}") _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
