mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/cssselect2: Initial commit, dependency of weasyprint
Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
1
dev-python/cssselect2/Manifest
Normal file
1
dev-python/cssselect2/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST cssselect2-0.2.0.tar.gz 28197 SHA256 d539662218df5db06feaa6688db88c0737a4f9d6a64554a0dba1e8e0d7488ad2 SHA512 18069dd22892d8457865c2960630e984e791c6779b8d3a6ce4542c3ae92535a8ab23fc964e59776095a999a38ad2c40facce3b9164fef68870bb54167b6dc49b WHIRLPOOL b886e2fd8a66f04e9baed5efe7c6b049caf9bde524acd49e3ab1b1692fce40489dcf5a86463ac4ea8156e513118fa17ff82182d02ae48733adb93fe55fc2d1af
|
||||
22
dev-python/cssselect2/cssselect2-0.2.0.ebuild
Normal file
22
dev-python/cssselect2/cssselect2-0.2.0.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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="parses CSS3 Selectors and translates them to XPath 1.0"
|
||||
HOMEPAGE="http://packages.python.org/cssselect/ https://pypi.python.org/pypi/cssselect"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND=""
|
||||
11
dev-python/cssselect2/metadata.xml
Normal file
11
dev-python/cssselect2/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">cssselect2</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user