File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11DIST rdflib-7.1.3-006949a.tar.gz 5031122 BLAKE2B 455afb0723f80f583bc3478c192c207e216e2c64540e0de939dcc70d7faa495efbe0e898602db31c84b41dec7818947a2568c8cde3c75ce7b83767637c64e46e SHA512 0412eda0a25e818d1ad07fef1ef0e0cf329b124db72ad713c727b755bb74d9d2ba2dc2e45334d2df918e780a9dbbe0863c12ddb8ca0e11ea6c30ea6c9367f77b
2+ DIST rdflib-7.1.4-95eda41.tar.gz 5030915 BLAKE2B efb2ccf9b1e13ca9bad5884a6a3e4009777971e05a0097aa509817d7f2929aef904b35e005a331728ba299fad3dd1d4037047dffb5d720f71981e9601bd98bf4 SHA512 0fd6e6668e0efa83d37a1675d6b00914163caca6c1e0e751f8c52489c380ddcdb7d7823e95ca9b36a46d3c1903b9220f20aaad9cf9552bee5bf1e0a63c247df4
Original file line number Diff line number Diff line change 1+ # Distributed under the terms of the GNU General Public License v2
2+
3+ EAPI=7
4+
5+ PYTHON_COMPAT=( python3+ )
6+ DISTUTILS_USE_PEP517=" standalone"
7+ inherit distutils-r1
8+
9+ DESCRIPTION=" Python library for working with RDF, a simple powerful language to represent information"
10+ HOMEPAGE=" https://pypi.org/project/rdflib/"
11+ SRC_URI=" https://github.com/RDFLib/rdflib/tarball/95eda41ff7b40dd69e19b8791b7fe7b8c666f625 -> rdflib-7.1.4-95eda41.tar.gz
12+ "
13+
14+ DEPEND=" "
15+ RDEPEND="
16+ dev-python/html5lib[${PYTHON_USEDEP} ]
17+ dev-python/isodate[${PYTHON_USEDEP} ]
18+ dev-python/pyparsing[${PYTHON_USEDEP} ]
19+ dev-python/poetry-core[${PYTHON_USEDEP} ]"
20+
21+ IUSE=" "
22+ SLOT=" 0"
23+ LICENSE=" BSD"
24+ KEYWORDS=" *"
25+
26+ post_src_unpack () {
27+ if [ ! -d " ${S} " ]; then
28+ mv " ${WORKDIR} " /RDFLib-* " $S " || die
29+ fi
30+ }
You can’t perform that action at this time.
0 commit comments