mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 07:11:08 +02:00
pyamf: remove in gentoo's favour
This commit is contained in:
parent
a9e0fec840
commit
c9a97a93a6
3 changed files with 0 additions and 88 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST pyamf-0.6.2.tar.gz 5273688 SHA256 611639bf59d35108f18b98cbfecbf0bee145ab1fddf34d4d1723ad16ae19d23e SHA512 af0cc7b41061eb4ab911dfedd886df6f798a24fcd755c939d17c93d9aa699b479333992a0e4100a43d33556102e942582374e2ca26a10dae53deb904e96028d6 WHIRLPOOL 568b8d472d4a0c14e84bf6a9e6d29209483705d62c8d11ba34263ebfa458b796b2e4a7258f75ce01ea823e95bb213fb103628949b66ca809bb5e3ba1701e20a4
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: blshkv $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 eutils
|
||||
|
||||
DESCRIPTION="Action Message Format (AMF) support for Python including integration with mutliple frameworks"
|
||||
HOMEPAGE="http://pyamf.org"
|
||||
SRC_URI="https://github.com/hydralabs/pyamf/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="c-extension cython django elixir lxml sqlalchemy twisted"
|
||||
|
||||
DEPEND="dev-python/setuptools"
|
||||
|
||||
RDEPEND="cython? ( dev-python/cython )
|
||||
django? ( dev-python/django )
|
||||
elixir? ( dev-lang/elixir )
|
||||
lxml? ( dev-python/lxml )
|
||||
sqlalchemy? ( dev-python/sqlalchemy )
|
||||
twisted? ( dev-python/twisted-core )"
|
||||
|
||||
#optioanl extra deps
|
||||
# 'wsgi': ['wsgiref'],
|
||||
|
||||
S="${WORKDIR}/${PN}-release-${PV}"
|
||||
|
||||
python_configure_all() {
|
||||
if use !c-extension; then
|
||||
mydistutilsargs=( --disable-ext )
|
||||
fi
|
||||
}
|
||||
|
||||
#src_test() {
|
||||
# #trial pyamf || die "test failed"
|
||||
# PYTHONPATH=. "${python}" setup.py test || die "test failed"
|
||||
#}
|
||||
|
|
@ -1,45 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: blshkv $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 eutils git-2
|
||||
|
||||
DESCRIPTION="Action Message Format (AMF) support for Python including integration with mutliple frameworks"
|
||||
HOMEPAGE="http://pyamf.org"
|
||||
#SRC_URI="https://github.com/hydralabs/pyamf/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
EGIT_REPO_URI="https://github.com/hydralabs/pyamf.git"
|
||||
EGIT_COMMIT="cbf578e7e6b1bd2afe89425240d99dc25f3c05e0"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="c-extension cython django elixir lxml sqlalchemy twisted"
|
||||
|
||||
DEPEND="dev-python/setuptools"
|
||||
|
||||
RDEPEND="cython? ( dev-python/cython )
|
||||
django? ( dev-python/django )
|
||||
elixir? ( dev-lang/elixir )
|
||||
lxml? ( dev-python/lxml )
|
||||
sqlalchemy? ( dev-python/sqlalchemy )
|
||||
twisted? ( dev-python/twisted-core )"
|
||||
|
||||
#optioanl extra deps
|
||||
# 'wsgi': ['wsgiref'],
|
||||
|
||||
S="${WORKDIR}/${PN}-release-${PV}"
|
||||
|
||||
python_configure_all() {
|
||||
if use !c-extension; then
|
||||
mydistutilsargs=( --disable-ext )
|
||||
fi
|
||||
}
|
||||
|
||||
#src_test() {
|
||||
# #trial pyamf || die "test failed"
|
||||
# PYTHONPATH=. "${python}" setup.py test || die "test failed"
|
||||
#}
|
||||
Loading…
Reference in a new issue