From 8d1b634424a33ed4befdb075c44861d53ec1e8ac Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 12 May 2015 10:09:20 +0800 Subject: python-cmd2: fix the incorrect checksum Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb b/meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb index 9558cc6..0794a4e 100644 --- a/meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb +++ b/meta-openstack/recipes-devtools/python/python-cmd2_0.6.8.bb @@ -4,13 +4,12 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://setup.py;beginline=21;endline=21;md5=a00047b7e92e0781452d0beba4e7b44e" -PR = "r0" SRCNAME = "cmd2" SRC_URI = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "842df29ff2f72d64d7f0d917039c0e51" -SRC_URI[sha256sum] = "8e98c7a1cfd106183559240b269e7cd9fe97e8342b5c05295f591aab6fd2f4f0" +SRC_URI[md5sum] = "c32c9a897e010c977b50c1ddc13f09fe" +SRC_URI[sha256sum] = "ac780d8c31fc107bf6b4edcbcea711de4ff776d59d89bb167f8819d2d83764a8" S = "${WORKDIR}/${SRCNAME}-${PV}" -- cgit v1.2.3-54-g00ecf From 7659580f8cf188272bbc21421eeb58f942371887 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 12 May 2015 10:09:22 +0800 Subject: python-django: fix the incorrect checksum Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-django_1.7.5.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb b/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb index 36302fd..7913025 100644 --- a/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb +++ b/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb @@ -2,16 +2,15 @@ DESCRIPTION = "A high-level Python Web framework" HOMEPAGE = "http://www.djangoproject.com/" SECTION = "devel/python" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fa8608154dcdd4029ae653131d4b7365" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa" -PR = "r1" SRCNAME = "Django" SRC_URI = "https://pypi.python.org/packages/source/D/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ " -SRC_URI[md5sum] = "e33355ee4bb2cbb4ab3954d3dff5eddd" -SRC_URI[sha256sum] = "6ae69c1dfbfc9d0c44ae80e2fbe48e59bbbbb70e8df66ad2b7029bd39947d71d" +SRC_URI[md5sum] = "e76c70a5dd7d56a511974b28ab38df20" +SRC_URI[sha256sum] = "1c391f9349c97df503dac3461599f24235e4d04393498e6060e74dd2721460bc" S = "${WORKDIR}/${SRCNAME}-${PV}" -- cgit v1.2.3-54-g00ecf From b8435727d877305852194bd3db725a9ca91ea603 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 12 May 2015 10:09:21 +0800 Subject: python-futures: fix the incorrect checksum Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-futures_2.2.0.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-futures_2.2.0.bb b/meta-openstack/recipes-devtools/python/python-futures_2.2.0.bb index 9dca758..7369231 100644 --- a/meta-openstack/recipes-devtools/python/python-futures_2.2.0.bb +++ b/meta-openstack/recipes-devtools/python/python-futures_2.2.0.bb @@ -4,13 +4,11 @@ SECTION = "devel/python" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=dd6708d05936d3f6c4e20ed14c87b5e3" -PR = "r0" - SRCNAME = "futures" SRC_URI = "http://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "cfab9ac3cd55d6c7ddd0546a9f22f453" -SRC_URI[sha256sum] = "33f39102b631fa0a030b24c4341ba1f48558e435946d6735d47fe1f739d757c4" +SRC_URI[md5sum] = "310e446de8609ddb59d0886e35edb534" +SRC_URI[sha256sum] = "151c057173474a3a40f897165951c0e33ad04f37de65b6de547ddef107fd0ed3" S = "${WORKDIR}/${SRCNAME}-${PV}" -- cgit v1.2.3-54-g00ecf From 0ccf2330790448d6210f9bcb5f22d164200e954d Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:34 +0800 Subject: python-django-pyscss: add missing rdepends on python-pathlib Add missing rdepends on python-pathlib or it fails with: File "/usr/lib64/python2.7/site-packages/django_pyscss/compiler.py", line 4, in from pathlib import PurePath ImportError: No module named pathlib Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb b/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb index f665d00..43dbc9f 100644 --- a/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb +++ b/meta-openstack/recipes-devtools/python/python-django-pyscss_2.0.1.bb @@ -25,4 +25,5 @@ DEPENDS += " \ RDEPENDS_${PN} += " \ python-django \ python-pyscss \ + python-pathlib \ " -- cgit v1.2.3-54-g00ecf From 73a905b7515f3dfcb0d235cb56ef9452c16d1d3e Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:33 +0800 Subject: python-pathlib: add new recipe It's required by python-django-pyscss. Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../python/python-pathlib_1.0.1.bb | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb diff --git a/meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb new file mode 100644 index 0000000..ae26da1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pathlib_1.0.1.bb @@ -0,0 +1,29 @@ +SUMMARY = "Object-oriented filesystem paths" +DESCRIPTION = "pathlib offers a set of classes to handle filesystem paths. \ +It offers the following advantages over using string objects: \ +- No more cumbersome use of os and os.path functions. \ +- Embodies the semantics of different path types. \ +- Well-defined semantics, eliminating any warts or ambiguities. \ +" +HOMEPAGE = "https://pypi.python.org/pypi/pathlib" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b6557c860f0fc867aeab30afd649753" + + +SRCNAME = "pathlib" +SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "5099ed48be9b1ee29b31c82819240537" +SRC_URI[sha256sum] = "6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ +" + +RDEPENDS_${PN} += " \ +" -- cgit v1.2.3-54-g00ecf From b788ec7abe994c0c4bfa0029c24d5e3772db0f6f Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:32 +0800 Subject: python-pyscss: add missing rdepends on python-enum Add missing rdepends on python-enum or it fails with: File "/usr/lib64/python2.7/site-packages/scss/compiler.py", line 7, in from enum import Enum ImportError: No module named enum Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb b/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb index f26352a..72ea639 100644 --- a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb +++ b/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb @@ -25,6 +25,7 @@ DEPENDS += " \ # RDEPENDS_default: RDEPENDS_${PN} += " \ + python-enum \ " CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf From 282f09ec42241a43cc260cbe05cb58760a887f62 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:31 +0800 Subject: python-enum: add new recipe It's required by python-pyscss. Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-enum_0.4.4.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb diff --git a/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb b/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb new file mode 100644 index 0000000..4671a59 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-enum_0.4.4.bb @@ -0,0 +1,25 @@ +SUMMARY = "Robust enumerated type support in Python" +DESCRIPTION = "This package provides a module for robust enumerations in Python." +HOMEPAGE = "https://pypi.python.org/pypi/enum" +SECTION = "devel/python" +LICENSE = "GPLv2 | PSFv2" +LIC_FILES_CHKSUM = "file://LICENSE.GPL;md5=4325afd396febcb659c36b49533135d4 \ + file://LICENSE.PSF;md5=1ad8a43fc3bbfea1585223c99f4c3e6f \ +" + +SRCNAME = "enum" +SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "ce75c7c3c86741175a84456cc5bd531e" +SRC_URI[sha256sum] = "9bdfacf543baf2350df7613eb37f598a802f346985ca0dc1548be6494140fdff" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ +" + +RDEPENDS_${PN} += " \ +" -- cgit v1.2.3-54-g00ecf From cf7120bb123f0f646ced2bcbba36f451bdd77dc4 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:29 +0800 Subject: python-xstatic-angular-irdragndrop: add new recipe It's required by python-horizon Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../python-xstatic-angular-irdragndrop_1.0.2.2.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb new file mode 100644 index 0000000..2ad3e55 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-xstatic-angular-irdragndrop_1.0.2.2.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "IrDragNDrop javascript library packaged for setuptools" +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-IrDragNDrop" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9acc2dfc3a0345c175df08104bd22298" + +SRCNAME = "XStatic-Angular-IrDragNDrop" +SRC_URI = "http://pypi.python.org/packages/source/X/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "6ea8809bae94014aef699d58836dba84" +SRC_URI[sha256sum] = "5595f4a98ac8f8468f7e56dc916e10c0fc5f0197567899a75755f99fe8b5bd6d" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf From 390c8ca5e8b15e31265da1c309c2115f9022fee9 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:30 +0800 Subject: python-horizon: add rdepends on python-xstatic-angular-irdragndrop Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-horizon_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index 55a2a38..9dd764f 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb @@ -39,6 +39,7 @@ RDEPENDS_${PN} += " python-django \ python-xstatic-angular-cookies \ python-xstatic-angular-mock \ python-xstatic-angular-bootstrap \ + python-xstatic-angular-irdragndrop \ python-xstatic-d3 \ python-xstatic-hogan \ python-xstatic-jasmine \ -- cgit v1.2.3-54-g00ecf From 42af0a3c1dc2d6a19f5ba7b1165a98d7034195ad Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:28 +0800 Subject: python-django: inherit setuptools instead of distutils setup.py for this pkg uses setuptools, not distutils. Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-django_1.7.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb b/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb index 7913025..b462e4d 100644 --- a/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb +++ b/meta-openstack/recipes-devtools/python/python-django_1.7.5.bb @@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "1c391f9349c97df503dac3461599f24235e4d04393498e6060e74dd272 S = "${WORKDIR}/${SRCNAME}-${PV}" -inherit distutils +inherit setuptools FILES_${PN} += "${datadir}/django/*" -- cgit v1.2.3-54-g00ecf From 6b21d33f4305559bd781555f677955d46d7ca0c9 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:27 +0800 Subject: python-keystone: add missing rdepends on python-oslo.policy Add the missing rdepends or it will fail with: File "/usr/lib64/python2.7/site-packages/keystone/policy/backends/rules.py", line 20, in from oslo_policy import policy as common_policy ImportError: No module named oslo_policy Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-keystone_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index b13d36b..8fbf996 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb @@ -281,6 +281,7 @@ RDEPENDS_${PN} += " \ python-dogpile.cache \ python-pbr \ python-pysaml2 \ + python-oslo.policy \ python-oslo.utils \ python-oauthlib \ python-fixtures \ -- cgit v1.2.3-54-g00ecf From 72c5e79350c967ce4e574c603e5d2f42e7285420 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:25 +0800 Subject: python-routes: add rdepends on python-repoze.lru Add the missing rdepends on python-repoze.lru or it will fail with: File "/usr/lib64/python2.7/site-packages/routes/mapper.py", line 5, in from repoze.lru import LRUCache ImportError: No module named repoze.lru Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-routes_2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/python/python-routes_2.1.bb b/meta-openstack/recipes-devtools/python/python-routes_2.1.bb index dbf6e17..ad459c7 100644 --- a/meta-openstack/recipes-devtools/python/python-routes_2.1.bb +++ b/meta-openstack/recipes-devtools/python/python-routes_2.1.bb @@ -15,4 +15,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools - +RDEPENDS_${PN} += "python-repoze.lru" -- cgit v1.2.3-54-g00ecf From ee0bfb3210d4fecd7d16e9b1c730b13dfd600914 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:26 +0800 Subject: python-oslo.policy: add new recipe It's required by python-keystone. Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../python/python-oslo.policy_0.4.0.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-oslo.policy_0.4.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-oslo.policy_0.4.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.policy_0.4.0.bb new file mode 100644 index 0000000..2816559 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.policy_0.4.0.bb @@ -0,0 +1,27 @@ +SUMMARY = "Oslo Policy library" +DESCRIPTION = "The Oslo Policy library provides support for RBAC policy enforcement across all OpenStack services." +HOMEPAGE = "https://pypi.python.org/pypi/oslo.policy" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + + +SRCNAME = "oslo.policy" +SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "a0ddfa5782191c218e1e100234550295" +SRC_URI[sha256sum] = "7e8a82e617516722043f437825ed5ada422632ee432cc64ede7c4854209cd329" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ +" + +RDEPENDS_${PN} += " \ + python-oslo.config \ + python-oslo.i18n \ + python-oslo.serialization \ +" -- cgit v1.2.3-54-g00ecf From 94c875040f396d5f59255b8814ae10f3a0982f6d Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 13 May 2015 15:24:24 +0800 Subject: python-repoze.lru: add new recipe It's required by python-routes. Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-repoze.lru_0.6.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb diff --git a/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb b/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb new file mode 100644 index 0000000..60a749f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb @@ -0,0 +1,20 @@ +SUMMARY = "A tiny LRU cache implementation and decorator" +DESCRIPTION = "repoze.lru is a LRU (least recently used) cache implementation. \ +Keys and values that are not used frequently will be evicted from the cache faster \ +than keys and values that are used frequently. \ +" +HOMEPAGE = "https://pypi.python.org/pypi/repoze.lru" +SECTION = "devel/python" +LICENSE = "BSD-derived" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292" + +SRCNAME = "repoze.lru" + +SRC_URI = "http://pypi.python.org/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "2c3b64b17a8e18b405f55d46173e14dd" +SRC_URI[sha256sum] = "0f7a323bf716d3cb6cb3910cd4fccbee0b3d3793322738566ecce163b01bbd31" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf From f7765042a4cdfb52f467869904ef92e644c4129d Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 12 May 2015 10:07:15 +0800 Subject: python-jsonpointer: inherit setuptools instead of distutils setup.py for this pkg uses setuptools, not distutils: "from setuptools import setup" Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb index d7b976b..14d38fd 100644 --- a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb +++ b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb @@ -14,4 +14,4 @@ SRC_URI[sha256sum] = "46b2016b5e4f2b5cd2edf07c60ca8fe7dd91204ca848f98964be61b3c4 S = "${WORKDIR}/${SRCNAME}-${PV}" -inherit distutils +inherit setuptools -- cgit v1.2.3-54-g00ecf