dev-python/untangle: new package
This commit is contained in:
parent
4cb5186b41
commit
0ccf1bbddc
2
dev-python/untangle/Manifest
Normal file
2
dev-python/untangle/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST untangle-1.1.1.tar.gz 3089 SHA256 e7cfa1ad57707e6b74cfea8b9fc50f7cbe9bbaf18401cc9d72192002bcd80bcb SHA512 252c3d0ed8d004660adad8f37a179a4d1b2b46e9d7127aee59b596eac3f65684a7a8b5b881bec97ddaf5470aa678df407b903209eaa069a40f53dc2dde9a94b2 WHIRLPOOL 72b44cacd46c1ed4d4a1e9edc1427a2333498198be6e21f4a26b266691c78ce912d0689791bcfd38d75f783f3a61dcb979a6f90b69703b93eecdfcbd989945b1
|
||||
EBUILD untangle-1.1.1.ebuild 416 SHA256 5f2973c021e33555029bb579c8de1c0857ca74917a965dafeaf66a3232dc99d6 SHA512 ffc328ee520a3beb07f00f54e1fc1c05ea37d143c8687f8b4c6b9329dc71fa282bc7d0862f71a243a482f0a6ab305b877b94bba234697751973d0a1b1ba9203c WHIRLPOOL 63e37b7129cad3fe5964c1c12ccb86395e174d965eb59d6a04bba87e72c127b3b5c12f49bd59d1968602e3d034698619ea5bfee758e599df2105b5cbda325d90
|
20
dev-python/untangle/untangle-1.1.1.ebuild
Normal file
20
dev-python/untangle/untangle-1.1.1.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Convert XML documents into Python objects"
|
||||
HOMEPAGE="http://0chris.com/untangle"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
Loading…
x
Reference in New Issue
Block a user