wok diff tinypy/receipt @ rev 21810

Add python-cffi, python-cparser & python-cryptography
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 17 18:44:53 2019 +0200 (2019-08-17)
parents 866fa2493b1b
children 934055de50e2
line diff
     1.1 --- a/tinypy/receipt	Wed Feb 24 12:13:18 2010 +0000
     1.2 +++ b/tinypy/receipt	Sat Aug 17 18:44:53 2019 +0200
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A minimalist implementation of Python."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 -DEPENDS="glibc-base"
    1.10 -BUILD_DEPENDS="python-dev"
    1.11  WEB_SITE="http://www.tinypy.org/"
    1.12  WGET_URL="http://tinypy.googlecode.com/files/$TARBALL"
    1.13  TAGS="python"
    1.14  
    1.15 +DEPENDS="glibc-base"
    1.16 +BUILD_DEPENDS="python-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {