mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Merge all changes from trunk
This commit is contained in:
18
dev-python/rdflib/rdflib-3.2.0.bep
Normal file
18
dev-python/rdflib/rdflib-3.2.0.bep
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION="Python library for working with RDF"
|
||||
HOMEPAGE="https://github.com/RDFLib/rdflib"
|
||||
SRC_URI="http://rdflib.googlecode.com/files/rdflib-3.2.0.tar.gz"
|
||||
CHECKSUM_MD5="ab3d3a5f71ebb6fe4fd33539f5d5768e"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="untested"
|
||||
DEPEND="dev-lang/python >= 2.6.4"
|
||||
BUILD {
|
||||
cd rdflib-3.2.0
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd rdflib-3.2.0
|
||||
python setup.py install --root=${DESTDIR}
|
||||
}
|
||||
LICENSE="Public Domain"
|
||||
COPYRIGHT="2002-2009, Daniel Krech"
|
||||
Reference in New Issue
Block a user