add zopeedit ebuild
This commit is contained in:
parent
9d49c11781
commit
de25783c0e
2
dev-python/zopeedit/Manifest
Normal file
2
dev-python/zopeedit/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST collective.zopeedit-1.0.0.tar.gz 79909 RMD160 afa552954e93b259f467630f372b0ebd4bda608c SHA1 8bc101209310c13a97c7f4e479733283826670c7 SHA256 edf84eaf526b8c7d3abc50e00f855113429be9d5979b2e86fdd3ce8aab461784
|
||||
EBUILD zopeedit-1.0.0.ebuild 604 RMD160 22950273473fec49d3eeac9380fe680247162e66 SHA1 5097557978b2023e814745f41b5261b34c273d6d SHA256 9a0d0f2a5d99e0fc274465ffea3d74902a42a638b548306b97e478c6fa36b980
|
27
dev-python/zopeedit/zopeedit-1.0.0.ebuild
Normal file
27
dev-python/zopeedit/zopeedit-1.0.0.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
EAPI="4"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
MY_PN="collective.zopeedit"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Zope External Editor"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/collective.zopeedit"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools
|
||||
dev-lang/python[tk]"
|
||||
RDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
DOCS="docs/HISTORY.txt docs/INSTALL-UNIX.txt docs/INSTALL-WIN32.txt docs/TODO.txt docs/USECASES.txt docs/VERSION.txt"
|
||||
PYTHON_MODNAME="zopeedit.py"
|
Loading…
Reference in New Issue
Block a user