wok-current 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 | 582d168ed65f |
children | 74f2b86be90c |
files | grub2-efi-x64/receipt paramiko/receipt python-cffi/receipt python-cparser/receipt python-cryptography/receipt |
line diff
1.1 --- a/grub2-efi-x64/receipt Sat Aug 17 17:28:25 2019 +0200 1.2 +++ b/grub2-efi-x64/receipt Sat Aug 17 18:44:53 2019 +0200 1.3 @@ -44,7 +44,7 @@ 1.4 --prefix=/usr --sysconfdir=/etc \ 1.5 --with-platform=efi --target=${EFI_ARCH} --program-prefix="" \ 1.6 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.7 - sed -i 's| -Werror||' grub-core/Makefile && 1.8 + sed -i 's| -Werror||' Makefile grub-core/Makefile && 1.9 make $MAKEFLAGS && 1.10 cd grub-core && 1.11 ../grub-mkimage -d . -o ../bootx64.efi -O x86_64-efi -p /boot/grub \
2.1 --- a/paramiko/receipt Sat Aug 17 17:28:25 2019 +0200 2.2 +++ b/paramiko/receipt Sat Aug 17 18:44:53 2019 +0200 2.3 @@ -12,7 +12,7 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.5 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$VERSION.tar.gz" 2.6 2.7 -DEPENDS="pycrypto" 2.8 +DEPENDS="python-cryptography" 2.9 BUILD_DEPENDS="python python-setuptools" 2.10 2.11 # Rules to configure and make the package.
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/python-cffi/receipt Sat Aug 17 18:44:53 2019 +0200 3.3 @@ -0,0 +1,26 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="python-cffi" 3.7 +VERSION="1.12.3" 3.8 +CATEGORY="development" 3.9 +SHORT_DESC="C Foreign Function Interface for Python" 3.10 +MAINTAINER="pascal.bellard@slitaz.org" 3.11 +LICENSE="MIT" 3.12 +WEB_SITE="https://cffi.readthedocs.io/" 3.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 3.14 +WGET_URL="https://files.pythonhosted.org/packages/93/1a/ab8c62b5838722f29f3daffcc8d4bd61844aa9b5f437341cc890ceee483b/cffi-1.12.3.tar.gz#sha256=041c81822e9f84b1d9c401182e174996f0bae9991f33725d059b771744290774" 3.15 + 3.16 +DEPENDS="python" 3.17 +BUILD_DEPENDS="python-setuptools python-dev" 3.18 + 3.19 +# Rules to configure and make the package. 3.20 +compile_rules() 3.21 +{ 3.22 + python setup.py install --prefix=/usr --root=$DESTDIR 3.23 +} 3.24 + 3.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.26 +genpkg_rules() 3.27 +{ 3.28 + cp -a $install/usr $fs/ 3.29 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/python-cparser/receipt Sat Aug 17 18:44:53 2019 +0200 4.3 @@ -0,0 +1,26 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="python-cparser" 4.7 +VERSION="2.19" 4.8 +CATEGORY="development" 4.9 +SHORT_DESC="Complete C99 parser in pure Python" 4.10 +MAINTAINER="pascal.bellard@slitaz.org" 4.11 +LICENSE="BSD" 4.12 +WEB_SITE="https://github.com/eliben/pycparser/" 4.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 4.14 +WGET_URL="https://github.com/eliben/pycparser/archive/release_v$VERSION.tar.gz" 4.15 + 4.16 +DEPENDS="python" 4.17 +BUILD_DEPENDS="python" 4.18 + 4.19 +# Rules to configure and make the package. 4.20 +compile_rules() 4.21 +{ 4.22 + python setup.py install --prefix=/usr --root=$DESTDIR 4.23 +} 4.24 + 4.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.26 +genpkg_rules() 4.27 +{ 4.28 + cp -a $install/usr $fs/ 4.29 +}
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/python-cryptography/receipt Sat Aug 17 18:44:53 2019 +0200 5.3 @@ -0,0 +1,28 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="python-cryptography" 5.7 +VERSION="2.7" 5.8 +CATEGORY="development" 5.9 +SHORT_DESC="Python library exposing cryptographic recipes and primitives" 5.10 +MAINTAINER="pascal.bellard@slitaz.org" 5.11 +LICENSE="BSD" 5.12 +WEB_SITE="https://cryptography.io/" 5.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 5.14 +WGET_URL="https://github.com/pyca/cryptography/archive/$VERSION.tar.gz" 5.15 + 5.16 +DEPENDS="python" 5.17 +BUILD_DEPENDS="python-setuptools openssl-dev python-dev python-cffi \ 5.18 +python-cparser" 5.19 +#BUILD_DEPENDS="python" 5.20 + 5.21 +# Rules to configure and make the package. 5.22 +compile_rules() 5.23 +{ 5.24 + python setup.py install --prefix=/usr --root=$DESTDIR 5.25 +} 5.26 + 5.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.28 +genpkg_rules() 5.29 +{ 5.30 + cp -a $install/usr $fs/ 5.31 +}