Use pycompile_{dirs,module} in packages with python modules.

This commit is contained in:
Juan RP 2011-10-05 16:42:03 +02:00
parent 4f583a3d50
commit 639e94624f
61 changed files with 172 additions and 33 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'Cython' # Template file for 'Cython'
pkgname=Cython pkgname=Cython
version=0.13 version=0.13
revision=1 revision=2
distfiles="http://www.cython.org/release/$pkgname-$version.tar.gz" distfiles="http://www.cython.org/release/$pkgname-$version.tar.gz"
build_style=python-module build_style=python-module
make_build_args="--prefix=/usr" make_build_args="--prefix=/usr"
@ -23,6 +23,8 @@ long_desc="
This makes Cython the ideal language for wrapping external C libraries, and This makes Cython the ideal language for wrapping external C libraries, and
for fast C modules that speed up the execution of Python code." for fast C modules that speed up the execution of Python code."
pycompile_module="pyximport Cython ."
Add_dependency run glibc Add_dependency run glibc
Add_dependency run python Add_dependency run python
Add_dependency full Pyrex Add_dependency full Pyrex

View file

@ -1,7 +1,7 @@
# Template file for 'MoinMoin' # Template file for 'MoinMoin'
pkgname=MoinMoin pkgname=MoinMoin
version=1.9.2 version=1.9.2
revision=1 revision=2
wrksrc=moin-${version} wrksrc=moin-${version}
distfiles="http://static.moinmo.in/files/moin-${version}.tar.gz" distfiles="http://static.moinmo.in/files/moin-${version}.tar.gz"
build_style=python-module build_style=python-module
@ -17,4 +17,6 @@ long_desc="
only requiring a Python installation." only requiring a Python installation."
noarch=yes noarch=yes
pycompile_module="$pkgname jabberbot"
Add_dependency full python Add_dependency full python

View file

@ -1,7 +1,7 @@
# Template file for 'Pyrex' # Template file for 'Pyrex'
pkgname=Pyrex pkgname=Pyrex
version=0.9.9 version=0.9.9
revision=1 revision=2
distfiles="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-$version.tar.gz" distfiles="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-$version.tar.gz"
build_style=python-module build_style=python-module
short_desc="Language for writing Python extension modules" short_desc="Language for writing Python extension modules"
@ -14,4 +14,6 @@ long_desc="
want, and compiles it into a C extension for Python." want, and compiles it into a C extension for Python."
noarch=yes noarch=yes
pycompile_module="$pkgname"
Add_dependency full python Add_dependency full python

View file

@ -1,6 +1,7 @@
# Template file for 'Twisted' # Template file for 'Twisted'
pkgname=Twisted pkgname=Twisted
version=11.0.0 version=11.0.0
revision=1
distfiles="http://twistedmatrix.com/Releases/Twisted/${version%.*}/Twisted-${version}.tar.bz2" distfiles="http://twistedmatrix.com/Releases/Twisted/${version%.*}/Twisted-${version}.tar.bz2"
build_style=python-module build_style=python-module
short_desc="Event-driven networking engine written in Python" short_desc="Event-driven networking engine written in Python"
@ -39,6 +40,8 @@ long_desc="
- twisted.trial - twisted.trial
A unit testing framework that integrates well with Twisted-based code." A unit testing framework that integrates well with Twisted-based code."
pycompile_module="twisted"
Add_dependency run glibc Add_dependency run glibc
Add_dependency full python Add_dependency full python
Add_dependency full zope.interface Add_dependency full zope.interface

View file

@ -5,6 +5,10 @@ long_desc="${long_desc}
This package contains a user interface for discovering services." This package contains a user interface for discovering services."
revision=1
noarch=yes
pycompile_module="avahi_discover"
Add_dependency run avahi Add_dependency run avahi
Add_dependency run python Add_dependency run python
Add_dependency run avahi-python Add_dependency run avahi-python
@ -12,7 +16,6 @@ Add_dependency run dbus-python
Add_dependency run pygtk Add_dependency run pygtk
Add_dependency run desktop-file-utils Add_dependency run desktop-file-utils
noarch=yes
do_install() do_install()
{ {

View file

@ -5,11 +5,13 @@ long_desc="${long_desc}
This package contains utility modules to talk to Avahi with Python easier." This package contains utility modules to talk to Avahi with Python easier."
revision=1
noarch=yes
pycompile_module="avahi"
Add_dependency run python Add_dependency run python
Add_dependency run dbus-python Add_dependency run dbus-python
noarch=yes
do_install() do_install()
{ {
vmove "usr/lib/python*" usr/lib vmove "usr/lib/python*" usr/lib

View file

@ -1,7 +1,7 @@
# Template file for 'blueman' # Template file for 'blueman'
pkgname=blueman pkgname=blueman
version=1.21 version=1.21
revision=3 revision=4
distfiles="http://download.tuxfamily.org/$pkgname/$pkgname-$version.tar.gz" distfiles="http://download.tuxfamily.org/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--enable-polkit=yes --enable-hal=no" configure_args="--enable-polkit=yes --enable-hal=no"
@ -19,6 +19,7 @@ long_desc="
* Sending/Receiving/Browsing files via OBEX * Sending/Receiving/Browsing files via OBEX
* Pairing" * Pairing"
pycompile_module="$pkgname"
gtk_iconcache_dirs="/usr/share/icons/hicolor" gtk_iconcache_dirs="/usr/share/icons/hicolor"
Add_dependency run glibc Add_dependency run glibc

View file

@ -1,6 +1,7 @@
# Template file for 'buildbot-slave' # Template file for 'buildbot-slave'
pkgname=buildbot-slave pkgname=buildbot-slave
version=0.8.4 version=0.8.4
revision=1
distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz" distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz"
build_style=python-module build_style=python-module
short_desc="BuildBot Slave Daemon" short_desc="BuildBot Slave Daemon"
@ -25,5 +26,7 @@ long_desc="
is available in the buildbot package." is available in the buildbot package."
noarch=yes noarch=yes
pycompile_module="buildslave"
Add_dependency full python Add_dependency full python
Add_dependency full Twisted Add_dependency full Twisted

View file

@ -1,6 +1,7 @@
# Template file for 'buildbot' # Template file for 'buildbot'
pkgname=buildbot pkgname=buildbot
version=0.8.4 version=0.8.4
revision=1
distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz" distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz"
build_style=python-module build_style=python-module
short_desc="A system to automate the compile/test cycle" short_desc="A system to automate the compile/test cycle"
@ -21,7 +22,9 @@ long_desc="
lint checks, image size, compile time, and other build parameters can be lint checks, image size, compile time, and other build parameters can be
tracked over time, are more visible, and are therefore easier to improve." tracked over time, are more visible, and are therefore easier to improve."
pycompile_module="$pkgname"
noarch=yes noarch=yes
Add_dependency full python Add_dependency full python
Add_dependency full python-jinja Add_dependency full python-jinja
Add_dependency full Twisted Add_dependency full Twisted

View file

@ -1,6 +1,7 @@
# Template file for 'bzr' # Template file for 'bzr'
pkgname=bzr pkgname=bzr
version=2.3.0 version=2.3.0
revision=1
distfiles="http://launchpad.net/bzr/2.3/$version/+download/bzr-$version.tar.gz" distfiles="http://launchpad.net/bzr/2.3/$version/+download/bzr-$version.tar.gz"
build_style=python-module build_style=python-module
short_desc="Distributed version control system that Just Works" short_desc="Distributed version control system that Just Works"
@ -12,6 +13,8 @@ long_desc="
Bazaar adapts to the way you want to work, and you can try it out in Bazaar adapts to the way you want to work, and you can try it out in
five minutes." five minutes."
pycompile_module="bzrlib"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run zlib Add_dependency run zlib
Add_dependency run python Add_dependency run python

View file

@ -1,6 +1,7 @@
# Template file for 'bzrtools' # Template file for 'bzrtools'
pkgname=bzrtools pkgname=bzrtools
version=2.3.0 version=2.3.0
revision=1
wrksrc=$pkgname wrksrc=$pkgname
distfiles="http://launchpad.net/$pkgname/trunk/$version/+download/$pkgname-$version.tar.gz" distfiles="http://launchpad.net/$pkgname/trunk/$version/+download/$pkgname-$version.tar.gz"
build_style=python-module build_style=python-module
@ -10,6 +11,8 @@ checksum=706270db274cdb4897eda1b8bb412383c71f6d1b3fac6ae3db587ac249ad5b79
long_desc=" long_desc="
This is a plugin providing a collection of utilities for bzr." This is a plugin providing a collection of utilities for bzr."
pycompile_module="bzrlib/plugins/bzrtools"
noarch=yes noarch=yes
Add_dependency full python Add_dependency full python
Add_dependency full bzr Add_dependency full bzr

View file

@ -1,7 +1,7 @@
# Template file for 'caribou' # Template file for 'caribou'
pkgname=caribou pkgname=caribou
version=0.4.0 version=0.4.0
revision=1 revision=2
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--disable-schemas-compile --disable-static configure_args="--disable-schemas-compile --disable-static
@ -19,6 +19,7 @@ long_desc="
who can use a mouse but not a hardware keyboard. This on-screen keyboard may who can use a mouse but not a hardware keyboard. This on-screen keyboard may
also be useful for touch screen or tablet users." also be useful for touch screen or tablet users."
pycompile_module="$pkgname"
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency run glibc Add_dependency run glibc

View file

@ -5,7 +5,8 @@ long_desc="${long_desc}
This package contains python bindings for cracklib." This package contains python bindings for cracklib."
revision=1 revision=2
pycompile_module="."
Add_dependency run glibc Add_dependency run glibc
Add_dependency run zlib Add_dependency run zlib

View file

@ -1,6 +1,7 @@
# Template file for 'dbus-python' # Template file for 'dbus-python'
pkgname=dbus-python pkgname=dbus-python
version=0.83.2 version=0.83.2
revision=1
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure
short_desc="D-Bus Python bindings" short_desc="D-Bus Python bindings"
@ -9,6 +10,8 @@ checksum=883729c98f40790021e3be0f7028ae863ee1c4a7b922a5578c1342592adfff64
long_desc=" long_desc="
This package provides Python bindings for D-BUS." This package provides Python bindings for D-BUS."
pycompile_module="dbus"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run glib Add_dependency run glib
Add_dependency run dbus-libs Add_dependency run dbus-libs

View file

@ -1,6 +1,7 @@
# Template file for 'eog-plugins' # Template file for 'eog-plugins'
pkgname=eog-plugins pkgname=eog-plugins
version=3.2.0 version=3.2.0
revision=1
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--localstatedir=/var" configure_args="--localstatedir=/var"
@ -17,6 +18,8 @@ long_desc="
This package contains some useful plugins for the Eye of GNOME." This package contains some useful plugins for the Eye of GNOME."
pycompile_dirs="usr/lib/eog/plugins"
# XXX postr plugin. # XXX postr plugin.
Add_dependency run glibc Add_dependency run glibc
Add_dependency run libpeas Add_dependency run libpeas

View file

@ -5,6 +5,9 @@ long_desc="${long_desc}
This package contains the bindings for the Python language." This package contains the bindings for the Python language."
revision=1
pycompile_module="exo-0.6 pyexo"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run atk Add_dependency run atk
Add_dependency run glib Add_dependency run glib

View file

@ -5,6 +5,9 @@ long_desc="${long_desc}
This package contains the python bindings." This package contains the python bindings."
revision=1
pycompile_module="."
Add_dependency run glibc Add_dependency run glibc
Add_dependency run gamin Add_dependency run gamin
Add_dependency run python Add_dependency run python

View file

@ -1,6 +1,7 @@
# Template file for 'gedit' # Template file for 'gedit'
pkgname=gedit pkgname=gedit
version=3.2.0 version=3.2.0
revision=1
distfiles="${GNOME_SITE}/gedit/3.2/gedit-$version.tar.xz" distfiles="${GNOME_SITE}/gedit/3.2/gedit-$version.tar.xz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--disable-schemas-compile --disable-scrollkeeper configure_args="--disable-schemas-compile --disable-scrollkeeper
@ -13,6 +14,8 @@ checksum=a3f62b20816a3f902bb811cc14ae01111e27ce266e49d39f5854fd45b2895348
long_desc=" long_desc="
The GNOME Editor." The GNOME Editor."
pycompile_module="gi/overrides"
pycompile_dirs="usr/lib/gedit/plugins"
gtk_iconcache_dirs="/usr/share/icons/hicolor" gtk_iconcache_dirs="/usr/share/icons/hicolor"
subpackages="gedit-devel" subpackages="gedit-devel"

View file

@ -5,7 +5,8 @@ long_desc="${long_desc}
This package contains the Python bindings." This package contains the Python bindings."
revision=1 revision=2
pycompile_dirs="usr/lib/gimp/2.0/python"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run gimp Add_dependency run gimp

View file

@ -5,7 +5,10 @@ long_desc="${long_desc}
This package contains the Python bindings for GIT." This package contains the Python bindings for GIT."
revision=1
noarch=yes noarch=yes
pycompile_module="git_remote_helpers"
Add_dependency run git Add_dependency run git
Add_dependency run python Add_dependency run python

View file

@ -5,7 +5,8 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
revision=1 revision=2
pycompile_dirs="usr/lib/gdbus-2.0/codegen"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run zlib-devel Add_dependency run zlib-devel

View file

@ -1,6 +1,7 @@
# Template file for 'gnome-doc-utils' # Template file for 'gnome-doc-utils'
pkgname=gnome-doc-utils pkgname=gnome-doc-utils
version=0.20.6 version=0.20.6
revision=1
distfiles="${GNOME_SITE}/$pkgname/0.20/$pkgname-$version.tar.bz2" distfiles="${GNOME_SITE}/$pkgname/0.20/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--disable-scrollkeeper --localstatedir=/var" configure_args="--disable-scrollkeeper --localstatedir=/var"
@ -14,20 +15,17 @@ long_desc="
XSLT stylesheets that were once distributed with Yelp." XSLT stylesheets that were once distributed with Yelp."
noarch=yes noarch=yes
pycompile_module="xml2po"
Add_dependency run libxslt Add_dependency run libxslt
Add_dependency full docbook-xml Add_dependency full docbook-xml
Add_dependency full docbook-xsl Add_dependency full docbook-xsl
Add_dependency full rarian Add_dependency full rarian
Add_dependency full python Add_dependency full python
Add_dependency full libxml2-python Add_dependency full libxml2-python
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency build intltool Add_dependency build intltool
Add_dependency build gettext Add_dependency build gettext
Add_dependency build libxslt-devel Add_dependency build libxslt-devel
Add_dependency build gsettings-desktop-schemas Add_dependency build gsettings-desktop-schemas
post_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
}

View file

@ -1,6 +1,7 @@
# Template file for 'gnome-menus' # Template file for 'gnome-menus'
pkgname=gnome-menus pkgname=gnome-menus
version=3.2.0.1 version=3.2.0.1
revision=1
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--localstatedir=/var --disable-static" configure_args="--localstatedir=/var --disable-static"
@ -12,6 +13,7 @@ long_desc="
for the GNOME Desktop." for the GNOME Desktop."
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
pycompile_module="GMenuSimpleEditor"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run glib Add_dependency run glib

View file

@ -1,6 +1,7 @@
# Template file for 'gnome-tweak-tool' # Template file for 'gnome-tweak-tool'
pkgname=gnome-tweak-tool pkgname=gnome-tweak-tool
version=3.2.0 version=3.2.0
revision=1
homepage="http://live.gnome.org/GnomeTweakTool" homepage="http://live.gnome.org/GnomeTweakTool"
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
build_style=gnu_configure build_style=gnu_configure
@ -13,6 +14,7 @@ long_desc="
are hidden by default in GNOME3." are hidden by default in GNOME3."
noarch=yes noarch=yes
pycompile_module="gtweak"
Add_dependency run pygobject Add_dependency run pygobject
Add_dependency run desktop-file-utils Add_dependency run desktop-file-utils

View file

@ -1,6 +1,7 @@
# Template file for 'gobject-introspection' # Template file for 'gobject-introspection'
pkgname=gobject-introspection pkgname=gobject-introspection
version=1.30.0 version=1.30.0
revision=1
distfiles="${GNOME_SITE}/$pkgname/1.30/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/1.30/$pkgname-$version.tar.xz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--disable-tests" configure_args="--disable-tests"
@ -14,6 +15,7 @@ long_desc="
a uniform, machine readable format." a uniform, machine readable format."
subpackages="gir-freedesktop libgirepository libgirepository-devel" subpackages="gir-freedesktop libgirepository libgirepository-devel"
pycompile_dirs="usr/lib/$pkgname/giscanner"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run libffi Add_dependency run libffi

View file

@ -1,7 +1,7 @@
# Template file for 'gst-python'. # Template file for 'gst-python'.
pkgname=gst-python pkgname=gst-python
version=0.10.21 version=0.10.21
revision=1 revision=2
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2" distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
short_desc="Python bindings for GStreamer 0.10" short_desc="Python bindings for GStreamer 0.10"
@ -11,6 +11,8 @@ long_desc="
This package provides the Python language bindings for the GStreamer 0.10 This package provides the Python language bindings for the GStreamer 0.10
multimedia framework." multimedia framework."
pycompile_module="gst-0.10"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run glib Add_dependency run glib
Add_dependency run python Add_dependency run python

View file

@ -5,6 +5,9 @@ long_desc="${long_desc}
This package contains the python language bindings." This package contains the python language bindings."
revision=1
pycompile_module="capng"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run python Add_dependency run python
Add_dependency run libcap-ng Add_dependency run libcap-ng

View file

@ -5,6 +5,9 @@ long_desc="${long_desc}
This package contains the Python bindings." This package contains the Python bindings."
revision=1
pycompile_module="gsf"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run zlib Add_dependency run zlib
Add_dependency run bzip2 Add_dependency run bzip2

View file

@ -5,7 +5,9 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
revision=1 revision=2
pycompile_dirs="usr/lib/peas-demo/plugins/pythonhello"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run glib Add_dependency run glib

View file

@ -13,7 +13,10 @@ long_desc="
rest of Clang, the analyzer is implemented as a C++ library that can be used rest of Clang, the analyzer is implemented as a C++ library that can be used
by other tools and applications." by other tools and applications."
revision=1
noarch=yes noarch=yes
pycompile_dirs="usr/lib/clang-analyzer"
Add_dependency run clang Add_dependency run clang
Add_dependency run python Add_dependency run python
Add_dependency run perl Add_dependency run perl

View file

@ -1,6 +1,7 @@
# Template file for 'mercurial' # Template file for 'mercurial'
pkgname=mercurial pkgname=mercurial
version=1.8.4 version=1.8.4
revision=1
distfiles="http://mercurial.selenic.com/release/$pkgname-$version.tar.gz" distfiles="http://mercurial.selenic.com/release/$pkgname-$version.tar.gz"
build_style=python-module build_style=python-module
short_desc="Fast, lightweight source control management system" short_desc="Fast, lightweight source control management system"
@ -48,6 +49,8 @@ long_desc="
* Source code available under the GPL license * Source code available under the GPL license
* Actively community supported and developed" * Actively community supported and developed"
pycompile_module="$pkgname hgext"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run python Add_dependency run python
Add_dependency build gettext Add_dependency build gettext

View file

@ -1,7 +1,7 @@
# Template file for 'notify-python' # Template file for 'notify-python'
pkgname=notify-python pkgname=notify-python
version=0.1.1 version=0.1.1
revision=4 revision=5
patch_args="-Np1" patch_args="-Np1"
distfiles="http://www.galago-project.org/files/releases/source/$pkgname/$pkgname-$version.tar.gz" distfiles="http://www.galago-project.org/files/releases/source/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure
@ -16,6 +16,8 @@ long_desc="
$pkgname provides just the Python bindings for libnotify." $pkgname provides just the Python bindings for libnotify."
pycompile_module="gtk-2.0/pynotify"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run libnotify Add_dependency run libnotify
Add_dependency run gtk+ Add_dependency run gtk+

View file

@ -1,6 +1,7 @@
# Template file for 'papyon' # Template file for 'papyon'
pkgname=papyon pkgname=papyon
version=0.5.4 version=0.5.4
revision=1
distfiles="http://www.freedesktop.org/software/papyon/releases/papyon-${version}.tar.gz" distfiles="http://www.freedesktop.org/software/papyon/releases/papyon-${version}.tar.gz"
build_style=python-module build_style=python-module
short_desc="MSN library purely written in Python" short_desc="MSN library purely written in Python"
@ -25,6 +26,8 @@ long_desc="
- Solid networking through a new sublibrary : gnet" - Solid networking through a new sublibrary : gnet"
noarch=yes noarch=yes
pycompile_module="$pkgname tests"
Add_dependency full python Add_dependency full python
Add_dependency full pygobject Add_dependency full pygobject
Add_dependency full pyopenssl Add_dependency full pyopenssl

View file

@ -1,6 +1,7 @@
# Template file for 'pyatspi' # Template file for 'pyatspi'
pkgname=pyatspi pkgname=pyatspi
version=2.2.0 version=2.2.0
revision=1
distfiles="${GNOME_SITE}/$pkgname/2.2/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/2.2/$pkgname-$version.tar.xz"
build_style=gnu_configure build_style=gnu_configure
short_desc="Python bindings for AT-SPI" short_desc="Python bindings for AT-SPI"
@ -11,7 +12,9 @@ checksum=1880ddc8d8a1bcf87bab48e7227065f51925eee3d557b0b446ba84c3ca85b740
long_desc=" long_desc="
This packages the Python language bindings for AT-SPI." This packages the Python language bindings for AT-SPI."
pycompile_module="$pkgname"
noarch=yes noarch=yes
Add_dependency run at-spi2-core Add_dependency run at-spi2-core
Add_dependency run pygobject Add_dependency run pygobject
Add_dependency build at-spi2-core-devel Add_dependency build at-spi2-core-devel

View file

@ -1,7 +1,7 @@
# Template file for 'pycairo' # Template file for 'pycairo'
pkgname=pycairo pkgname=pycairo
version=1.8.8 version=1.8.8
revision=3 revision=4
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz" distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure
short_desc="Python bindings for the cairo graphics library" short_desc="Python bindings for the cairo graphics library"
@ -10,6 +10,7 @@ checksum=2f52599943ca03c8ff336a0e84b1c8b74f30e2a3de9cb6a9a42a93a848832860
long_desc=" long_desc="
Pycairo is a set of Python bindings for the cairo graphics library." Pycairo is a set of Python bindings for the cairo graphics library."
pycompile_module="cairo"
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency run glibc Add_dependency run glibc

View file

@ -1,6 +1,7 @@
# Template file for 'pycrypto' # Template file for 'pycrypto'
pkgname=pycrypto pkgname=pycrypto
version=2.3 version=2.3
revision=1
distfiles="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/$pkgname-$version.tar.gz" distfiles="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/$pkgname-$version.tar.gz"
build_style=python-module build_style=python-module
short_desc="The Python Cryptography Toolkit" short_desc="The Python Cryptography Toolkit"
@ -10,6 +11,8 @@ long_desc="
The Python cryptography toolkit is intended to provide a reliable and stable The Python cryptography toolkit is intended to provide a reliable and stable
base for writing Python programs that require cryptographic functions." base for writing Python programs that require cryptographic functions."
pycompile_module="Crypto"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run gmp Add_dependency run gmp
Add_dependency run python Add_dependency run python

View file

@ -1,6 +1,7 @@
# Template file for 'pycurl' # Template file for 'pycurl'
pkgname=pycurl pkgname=pycurl
version=7.19.0 version=7.19.0
revision=1
distfiles="http://pycurl.sourceforge.net/download/${pkgname}-${version}.tar.gz" distfiles="http://pycurl.sourceforge.net/download/${pkgname}-${version}.tar.gz"
build_style=python-module build_style=python-module
short_desc="Python interface to the CURL library" short_desc="Python interface to the CURL library"
@ -11,6 +12,8 @@ long_desc="
identified by a URL from a Python program, similar to the urllib Python identified by a URL from a Python program, similar to the urllib Python
module. PycURL is mature, very fast, and supports a lot of features." module. PycURL is mature, very fast, and supports a lot of features."
pycompile_module="curl"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run libssl Add_dependency run libssl
Add_dependency run libcurl Add_dependency run libcurl

View file

@ -1,6 +1,7 @@
# Template file for 'pygobject' # Template file for 'pygobject'
pkgname=pygobject pkgname=pygobject
version=3.0.1 version=3.0.1
revision=1
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.xz"
build_style=gnu_configure build_style=gnu_configure
short_desc="Python bindings for GObject" short_desc="Python bindings for GObject"
@ -11,6 +12,7 @@ checksum=ccb2cc765c11724fd3025569a7a7a72bf7c981365107ff5bd15499640d6adda1
long_desc=" long_desc="
Pygobject is a set of Python bindings for the GLib's GObject library." Pygobject is a set of Python bindings for the GLib's GObject library."
pycompile_module="gi"
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency run glibc Add_dependency run glibc

View file

@ -5,7 +5,8 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
revision=1 revision=2
pycompile_module="usr/share/pygobject/2.0/codegen"
replaces="pygobject-devel<3.0.0" replaces="pygobject-devel<3.0.0"
Add_dependency run libffi-devel Add_dependency run libffi-devel

View file

@ -1,7 +1,7 @@
# Template file for 'pygobject2' # Template file for 'pygobject2'
pkgname=pygobject2 pkgname=pygobject2
version=2.28.6 version=2.28.6
revision=1 revision=2
wrksrc=${pkgname%2}-${version} wrksrc=${pkgname%2}-${version}
distfiles="${GNOME_SITE}/${pkgname%2}/2.28/${pkgname%2}-$version.tar.xz" distfiles="${GNOME_SITE}/${pkgname%2}/2.28/${pkgname%2}-$version.tar.xz"
build_style=gnu_configure build_style=gnu_configure
@ -15,6 +15,7 @@ long_desc="
Pygobject is a set of Python bindings for the GLib's GObject library, Pygobject is a set of Python bindings for the GLib's GObject library,
version 2." version 2."
pycompile_module="glib gobject gtk-2.0 pygtk"
replaces="pygobject<3.0.0" replaces="pygobject<3.0.0"
subpackages="$pkgname-devel" subpackages="$pkgname-devel"

View file

@ -5,6 +5,9 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
revision=1
pycompile_module="demos ."
Add_dependency run python-devel Add_dependency run python-devel
Add_dependency run gtk+-devel Add_dependency run gtk+-devel
Add_dependency run pygobject2-devel Add_dependency run pygobject2-devel

View file

@ -1,6 +1,7 @@
# Template file for 'pygtk' # Template file for 'pygtk'
pkgname=pygtk pkgname=pygtk
version=2.24.0 version=2.24.0
revision=1
distfiles="${GNOME_SITE}/$pkgname/2.24/$pkgname-$version.tar.bz2" distfiles="${GNOME_SITE}/$pkgname/2.24/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
short_desc="Python bindings for the GTK+ toolkit" short_desc="Python bindings for the GTK+ toolkit"
@ -9,6 +10,7 @@ checksum=cd1c1ea265bd63ff669e92a2d3c2a88eb26bcd9e5363e0f82c896e649f206912
long_desc=" long_desc="
Pygtk is a set of Python bindings for the GTK+ toolkit." Pygtk is a set of Python bindings for the GTK+ toolkit."
pycompile_module="gtk-2.0/gtk"
subpackages="pygtk-devel" subpackages="pygtk-devel"
# XXX: missing python-numpy build dep # XXX: missing python-numpy build dep

View file

@ -1,6 +1,7 @@
# Template file for 'pyopenssl' # Template file for 'pyopenssl'
pkgname=pyopenssl pkgname=pyopenssl
version=0.11 version=0.11
revision=1
wrksrc="pyOpenSSL-${version}" wrksrc="pyOpenSSL-${version}"
distfiles="http://launchpad.net/pyopenssl/main/0.11/+download/pyOpenSSL-${version}.tar.gz" distfiles="http://launchpad.net/pyopenssl/main/0.11/+download/pyOpenSSL-${version}.tar.gz"
build_style=python-module build_style=python-module
@ -12,6 +13,8 @@ long_desc="
as transport layer. The Connection object wraps all the socket methods and as transport layer. The Connection object wraps all the socket methods and
can therefore be used interchangeably." can therefore be used interchangeably."
pycompile_module="OpenSSL"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run libssl Add_dependency run libssl
Add_dependency run python Add_dependency run python

View file

@ -1,6 +1,7 @@
# Template file for 'pysqlite' # Template file for 'pysqlite'
pkgname=pysqlite pkgname=pysqlite
version=2.6.0 version=2.6.0
revision=1
distfiles="http://pysqlite.googlecode.com/files/${pkgname}-${version}.tar.gz" distfiles="http://pysqlite.googlecode.com/files/${pkgname}-${version}.tar.gz"
build_style=python-module build_style=python-module
short_desc="DB-API 2.0 interface for SQLite databases" short_desc="DB-API 2.0 interface for SQLite databases"
@ -9,6 +10,8 @@ checksum=555834d7def68a7fddf3c89eb7d66980b8a0d5dc9327705f5c752e78b4e35879
long_desc=" long_desc="
A SQLite binding for Python that complies to the Database API 2.0." A SQLite binding for Python that complies to the Database API 2.0."
pycompile_module="pysqlite2"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run sqlite Add_dependency run sqlite
Add_dependency run python Add_dependency run python

View file

@ -1,6 +1,7 @@
# Template file for 'python-MarkupSafe' # Template file for 'python-MarkupSafe'
pkgname=python-MarkupSafe pkgname=python-MarkupSafe
version=0.11 version=0.11
revision=1
wrksrc="MarkupSafe-${version}" wrksrc="MarkupSafe-${version}"
distfiles="http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${version}.tar.gz" distfiles="http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${version}.tar.gz"
build_style=python-module build_style=python-module
@ -11,6 +12,8 @@ long_desc="
MarkupSafe implements a unicode subclass that supports HTML strings MarkupSafe implements a unicode subclass that supports HTML strings
for Python." for Python."
pycompile_module="markupsafe"
Add_dependency run glibc Add_dependency run glibc
Add_dependency full python Add_dependency full python
Add_dependency build python-distribute Add_dependency build python-distribute

View file

@ -1,15 +1,18 @@
# Template file for 'python-distribute' # Template file for 'python-distribute'
pkgname=python-distribute pkgname=python-distribute
version=0.6.14 version=0.6.14
revision=1
wrksrc="distribute-${version}" wrksrc="distribute-${version}"
patch_args="-Np1" patch_args="-Np1"
distfiles="http://pypi.python.org/packages/source/d/distribute/distribute-$version.tar.gz" distfiles="http://pypi.python.org/packages/source/d/distribute/distribute-$version.tar.gz"
build_style=python-module build_style=python-module
short_desc="A collection of extensions to the Python distutils" short_desc="A collection of extensions to the Python distutils"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=16d5da8211d74eb11f2744c5945a3c7fcae9abbfebb56ea493f177a45d2e5bec checksum=44c92b7edbc0ff9cd5847291e7dcb4cc75e24247a306bd4b8a139abd355b0db0
long_desc=" long_desc="
Extensions to the python-distutils for large or complex distributions." Extensions to the python-distutils for large or complex distributions."
pycompile_module="setuptools pkg_resources easy_install site"
noarch=yes noarch=yes
Add_dependency full python Add_dependency full python

View file

@ -1,7 +1,7 @@
# Template file for 'python-jinja' # Template file for 'python-jinja'
pkgname=python-jinja pkgname=python-jinja
version=2.5.5 version=2.5.5
revision=1 revision=2
wrksrc="Jinja2-${version}" wrksrc="Jinja2-${version}"
distfiles="http://pypi.python.org/packages/source/J/Jinja2/Jinja2-${version}.tar.gz" distfiles="http://pypi.python.org/packages/source/J/Jinja2/Jinja2-${version}.tar.gz"
build_style=python-module build_style=python-module
@ -20,7 +20,9 @@ long_desc="
line in the template. line in the template.
* configurable syntax" * configurable syntax"
pycompile_module="jinja2"
noarch=yes noarch=yes
Add_dependency full python Add_dependency full python
Add_dependency full python-MarkupSafe Add_dependency full python-MarkupSafe
Add_dependency full python-distribute Add_dependency full python-distribute

View file

@ -1,7 +1,7 @@
# Template file for 'python-urwid' # Template file for 'python-urwid'
pkgname=python-urwid pkgname=python-urwid
version=0.9.9 version=0.9.9
revision=1 revision=2
wrksrc="urwid-${version}" wrksrc="urwid-${version}"
distfiles="http://excess.org/urwid/urwid-$version.tar.gz" distfiles="http://excess.org/urwid/urwid-$version.tar.gz"
build_style=python-module build_style=python-module
@ -26,6 +26,8 @@ long_desc="
Customizable layout for all widgets Customizable layout for all widgets
Easy interface for creating HTML screen shots" Easy interface for creating HTML screen shots"
pycompile_module="urwid"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run python Add_dependency run python
Add_dependency build python-devel Add_dependency build python-devel

View file

@ -1,7 +1,7 @@
# Template build file for 'python'. # Template build file for 'python'.
pkgname=python pkgname=python
version=2.7.2 version=2.7.2
revision=2 revision=3
patch_args="-Np1" patch_args="-Np1"
wrksrc="Python-$version" wrksrc="Python-$version"
distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2" distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
@ -24,6 +24,7 @@ long_desc="
adaptable as an extension language for existing applications." adaptable as an extension language for existing applications."
stow_copy=yes stow_copy=yes
pycompile_dirs="usr/lib/python2.7"
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency run glibc Add_dependency run glibc

View file

@ -1,6 +1,7 @@
# Template file for 'scons' # Template file for 'scons'
pkgname=scons pkgname=scons
version=2.0.1 version=2.0.1
revision=1
distfiles="http://prdownloads.sourceforge.net/$pkgname/$pkgname-$version.tar.gz" distfiles="http://prdownloads.sourceforge.net/$pkgname/$pkgname-$version.tar.gz"
build_style=python-module build_style=python-module
short_desc="SCons, a software construction tool" short_desc="SCons, a software construction tool"
@ -10,11 +11,13 @@ license="MIT"
checksum=0a8151da41c4a26c776c84f44f747ce03e093d43be3e83b38c14a76ab3256762 checksum=0a8151da41c4a26c776c84f44f747ce03e093d43be3e83b38c14a76ab3256762
long_desc=" long_desc="
SCons is a software construction tool—that is, a superior alternative to the SCons is a software construction tool—that is, a superior alternative to the
classic "Make" build tool that we all know and love. classic Make build tool that we all know and love.
SCons is implemented as a Python script and set of modules, and SCons SCons is implemented as a Python script and set of modules, and SCons
'configuration files' are actually executed as Python scripts. This gives configuration files are actually executed as Python scripts. This gives
SCons many powerful capabilities not found in other software build tools." SCons many powerful capabilities not found in other software build tools."
pycompile_dirs="usr/lib/scons-$version/SCons"
Add_dependency run python Add_dependency run python
Add_dependency build python Add_dependency build python

View file

@ -5,6 +5,9 @@ long_desc="${long_desc}
This package contains the Python language bindings for subversion." This package contains the Python language bindings for subversion."
revision=1
pycompile_module="libsvn svn"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run libuuid Add_dependency run libuuid
Add_dependency run libldap Add_dependency run libldap

View file

@ -1,6 +1,7 @@
# Template file for 'telepathy-butterfly' # Template file for 'telepathy-butterfly'
pkgname=telepathy-butterfly pkgname=telepathy-butterfly
version=0.5.15 version=0.5.15
revision=1
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure
short_desc="A MSN connection manager for Telepathy" short_desc="A MSN connection manager for Telepathy"
@ -12,7 +13,9 @@ long_desc="
differences between protocols to provide a unified interface for differences between protocols to provide a unified interface for
applications." applications."
pycompile_module="butterfly"
noarch=yes noarch=yes
Add_dependency full python Add_dependency full python
Add_dependency full papyon Add_dependency full papyon
Add_dependency full telepathy-python Add_dependency full telepathy-python

View file

@ -1,6 +1,7 @@
# Template file for 'telepathy-python' # Template file for 'telepathy-python'
pkgname=telepathy-python pkgname=telepathy-python
version=0.15.19 version=0.15.19
revision=1
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure build_style=gnu_configure
short_desc="Python libraries for use in Telepathy clients and connection managers" short_desc="Python libraries for use in Telepathy clients and connection managers"
@ -12,7 +13,9 @@ long_desc="
differences between protocols to provide a unified interface for differences between protocols to provide a unified interface for
applications." applications."
pycompile_module="telepathy"
noarch=yes noarch=yes
Add_dependency build libxslt Add_dependency build libxslt
Add_dependency full python Add_dependency full python
Add_dependency full dbus-python Add_dependency full dbus-python

View file

@ -1,7 +1,7 @@
# Template file for 'totem' # Template file for 'totem'
pkgname=totem pkgname=totem
version=3.2.0 version=3.2.0
revision=1 revision=2
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
build_style=gnu_configure build_style=gnu_configure
configure_args="--disable-scrollkeeper --localstatedir=/var --disable-static configure_args="--disable-scrollkeeper --localstatedir=/var --disable-static
@ -37,6 +37,7 @@ long_desc="
# XXX xulrunner plugin. # XXX xulrunner plugin.
subpackages="totem-devel totem-mozilla-plugin" subpackages="totem-devel totem-mozilla-plugin"
gtk_iconcache_dirs="/usr/share/icons/hicolor" gtk_iconcache_dirs="/usr/share/icons/hicolor"
pycompile_dirs="usr/lib/totem/plugins"
Add_dependency run libgcc Add_dependency run libgcc
Add_dependency run glibc Add_dependency run glibc

View file

@ -1,7 +1,7 @@
# Template file for 'ufw' # Template file for 'ufw'
pkgname=ufw pkgname=ufw
version=0.30.1 version=0.30.1
revision=3 revision=4
distfiles="http://launchpad.net/ufw/0.30/$version/+download/$pkgname-$version.tar.gz" distfiles="http://launchpad.net/ufw/0.30/$version/+download/$pkgname-$version.tar.gz"
build_style=python-module build_style=python-module
short_desc="Uncomplicated Firewall" short_desc="Uncomplicated Firewall"
@ -15,6 +15,7 @@ long_desc="
uncomplicated and easy to use." uncomplicated and easy to use."
noarch=yes noarch=yes
pycompile_module="ufw"
conf_files="/etc/default/ufw /etc/ufw/ufw.conf" conf_files="/etc/default/ufw /etc/ufw/ufw.conf"
openrc_services="ufw default false" openrc_services="ufw default false"

View file

@ -1,6 +1,7 @@
# Template file for 'urlgrabber' # Template file for 'urlgrabber'
pkgname=urlgrabber pkgname=urlgrabber
version=3.9.1 version=3.9.1
revision=1
distfiles="http://urlgrabber.baseurl.org/download/$pkgname-$version.tar.gz" distfiles="http://urlgrabber.baseurl.org/download/$pkgname-$version.tar.gz"
build_style=python-module build_style=python-module
short_desc="A high-level cross-protocol url-grabber and Python library" short_desc="A high-level cross-protocol url-grabber and Python library"
@ -16,5 +17,7 @@ long_desc="
your program is written to do!" your program is written to do!"
noarch=yes noarch=yes
pycompile_module="$pkgname"
Add_dependency full python ">=0" Add_dependency full python ">=0"
Add_dependency full pycurl Add_dependency full pycurl

View file

@ -1,7 +1,7 @@
# Template file for 'wicd' # Template file for 'wicd'
pkgname=wicd pkgname=wicd
version=1.7.0 version=1.7.0
revision=2 revision=3
patch_args="-Np1" patch_args="-Np1"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=custom-install build_style=custom-install
@ -34,6 +34,7 @@ conf_files="
/etc/wicd/encryption/templates/active" /etc/wicd/encryption/templates/active"
gtk_iconcache_dirs="/usr/share/icons/hicolor" gtk_iconcache_dirs="/usr/share/icons/hicolor"
openrc_services="wicd default false" openrc_services="wicd default false"
pycompile_module="wicd"
Add_dependency full dbus-python Add_dependency full dbus-python
Add_dependency full pygtk Add_dependency full pygtk

View file

@ -1,6 +1,7 @@
# Template build for 'xcb-proto'. # Template build for 'xcb-proto'.
pkgname=xcb-proto pkgname=xcb-proto
version=1.6 version=1.6
revision=1
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2" distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
short_desc="XML-XCB (X C Bindings) protocol descriptions" short_desc="XML-XCB (X C Bindings) protocol descriptions"
@ -26,5 +27,7 @@ long_desc="
used by Python code generators in individual language bindings." used by Python code generators in individual language bindings."
noarch=yes noarch=yes
Add_dependency build python pycompile_module="xcbgen"
Add_dependency full python
Add_dependency build libxml2 Add_dependency build libxml2

View file

@ -1,6 +1,7 @@
# Template file for 'xen' # Template file for 'xen'
pkgname=xen pkgname=xen
version=4.1.1 version=4.1.1
revision=1
wrksrc=xen-${version} wrksrc=xen-${version}
distfiles="http://bits.xensource.com/oss-xen/release/$version/xen-$version.tar.gz" distfiles="http://bits.xensource.com/oss-xen/release/$version/xen-$version.tar.gz"
build_style=custom-install build_style=custom-install
@ -16,6 +17,7 @@ long_desc="
broken_as_needed=yes broken_as_needed=yes
nostrip=yes nostrip=yes
pycompile_module="xen grub"
subpackages="xen-devel" subpackages="xen-devel"
openrc_services="xend default true" openrc_services="xend default true"

View file

@ -1,6 +1,7 @@
# Template file for 'xmldiff' # Template file for 'xmldiff'
pkgname=xmldiff pkgname=xmldiff
version=0.6.10 version=0.6.10
revision=1
distfiles="http://ftp.logilab.org/pub/$pkgname/$pkgname-$version.tar.gz" distfiles="http://ftp.logilab.org/pub/$pkgname/$pkgname-$version.tar.gz"
build_style=python-module build_style=python-module
short_desc="Python classes to diff XML files" short_desc="Python classes to diff XML files"
@ -11,6 +12,8 @@ long_desc="
A python tool that figures out the differences between two similar XML files, A python tool that figures out the differences between two similar XML files,
in the same way the diff(1) utility does it." in the same way the diff(1) utility does it."
pycompile_module="${pkgname}"
Add_dependency run glibc Add_dependency run glibc
Add_dependency run python Add_dependency run python
Add_dependency run libxslt Add_dependency run libxslt

View file

@ -1,6 +1,7 @@
# Template file for 'zope.interface' # Template file for 'zope.interface'
pkgname=zope.interface pkgname=zope.interface
version=3.5.3 version=3.5.3
revision=1
distfiles="http://pypi.python.org/packages/source/z/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="http://pypi.python.org/packages/source/z/${pkgname}/${pkgname}-${version}.tar.gz"
build_style=python-module build_style=python-module
short_desc="zope.interface package from Zope 3" short_desc="zope.interface package from Zope 3"
@ -10,5 +11,7 @@ long_desc="
This is a separate distribution of the zope.interface package used in Zope 3, This is a separate distribution of the zope.interface package used in Zope 3,
along with the packages it depends on." along with the packages it depends on."
pycompile_module="zope"
noarch=yes noarch=yes
Add_dependency full python Add_dependency full python