Convert package to the new template format (C-W range).
This commit is contained in:
@@ -2,19 +2,22 @@
|
||||
pkgname=Pyrex
|
||||
version=0.9.9
|
||||
revision=2
|
||||
#distfiles="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-$version.tar.gz"
|
||||
distfiles="http://code.enthought.com/src/$pkgname-$version.tar.gz"
|
||||
build_style=python-module
|
||||
fulldepends="python"
|
||||
makedepends="python"
|
||||
short_desc="Language for writing Python extension modules"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex"
|
||||
license="Apache-2.0"
|
||||
distfiles="http://code.enthought.com/src/$pkgname-$version.tar.gz"
|
||||
checksum=5f87df06831d0b3412eb4bc9d3fc2ee7bfae1b913d7da8c23ab2bf5699fb6b50
|
||||
long_desc="
|
||||
Pyrex lets you write code that mixes Python and C data types any way you
|
||||
want, and compiles it into a C extension for Python."
|
||||
|
||||
noarch=yes
|
||||
pycompile_module="$pkgname"
|
||||
|
||||
Pyrex_package() {
|
||||
noarch="yes"
|
||||
pycompile_module="Pyrex"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user