mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 23:02:30 +02:00
Add python-urlgrabber, python-iniparser, yum-metadata-parser and native varients
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5097 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
11
meta/packages/python/python-iniparse_0.2.3.bb
Normal file
11
meta/packages/python/python-iniparse_0.2.3.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
DESCRIPTION = "iniparse is a INI parser for Python"
|
||||
HOMEPAGE = "http://code.google.com/p/iniparse/"
|
||||
SECTION = "devel/python"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "GPL"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://iniparse.googlecode.com/files/iniparse-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/iniparse-${PV}"
|
||||
|
||||
inherit distutils
|
||||
Reference in New Issue
Block a user