diff --git a/srcpkgs/python-pyx/template b/srcpkgs/python-pyx/template new file mode 100644 index 0000000000..2ba7232509 --- /dev/null +++ b/srcpkgs/python-pyx/template @@ -0,0 +1,15 @@ +# Template file for 'python-pyx' +pkgname=python-pyx +version=0.12.1 +revision=1 +build_style=python-module +noarch=yes +wrksrc="PyX-${version}" +hostmakedepends="python-setuptools" +depends="python texlive-bin" +short_desc="Python library for the creation of PostScript and PDF files" +maintainer="cipr3s " +license="GPL-2" +homepage="http://pyx.sourceforge.net" +distfiles="${PYPI_SITE}/p/pyx/pyx-${version}.tar.gz" +checksum="e837b26a8b1c27524cf3f3dd6c0d563451249159edaa2e366d87e7143a867e8e" diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template new file mode 100644 index 0000000000..a147a0e56d --- /dev/null +++ b/srcpkgs/scapy/template @@ -0,0 +1,14 @@ +# Template file for 'python-scapy' +pkgname=scapy +version=2.3.3 +revision=1 +build_style=python-module +noarch=yes +hostmakedepends="python-setuptools" +depends="python tcpdump python-crypto python-pyx python-matplotlib sox" +short_desc="A powerful interactive packet manipulation program written in Python" +maintainer="cipr3s " +license="GPL-2" +homepage="http://secdev.org/projects/scapy" +distfiles="https://github.com/secdev/${pkgname}/archive/v${version}.tar.gz" +checksum="67642cf7b806e02daeddd588577588caebddc3426db7904e7999a0b0334a63b5"