diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-versiontools.inc | 10 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb | 12 |
2 files changed, 10 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python-versiontools.inc b/meta-python/recipes-devtools/python/python-versiontools.inc deleted file mode 100644 index b0e696f9c3..0000000000 --- a/meta-python/recipes-devtools/python/python-versiontools.inc +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | SUMMARY = "Smart replacement for plain tuple used in __version__" | ||
2 | SECTION = "devel/python" | ||
3 | HOMEPAGE = "https://launchpad.net/versiontools" | ||
4 | LICENSE = "LGPLv3" | ||
5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=20;md5=02193721a38fd8a05a4ddeb7df8e294d" | ||
6 | |||
7 | inherit pypi | ||
8 | |||
9 | SRC_URI[md5sum] = "602b7db8eea30dd29a1d451997adf251" | ||
10 | SRC_URI[sha256sum] = "a969332887a18a9c98b0df0ea4d4ca75972f24ca94f06fb87d591377e83414f6" | ||
diff --git a/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb b/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb index e8d6b7ddaf..cf0fa30a32 100644 --- a/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb | |||
@@ -1,2 +1,10 @@ | |||
1 | inherit setuptools3 | 1 | SUMMARY = "Smart replacement for plain tuple used in __version__" |
2 | require python-versiontools.inc | 2 | SECTION = "devel/python" |
3 | HOMEPAGE = "https://launchpad.net/versiontools" | ||
4 | LICENSE = "LGPLv3" | ||
5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=20;md5=02193721a38fd8a05a4ddeb7df8e294d" | ||
6 | |||
7 | SRC_URI[md5sum] = "602b7db8eea30dd29a1d451997adf251" | ||
8 | SRC_URI[sha256sum] = "a969332887a18a9c98b0df0ea4d4ca75972f24ca94f06fb87d591377e83414f6" | ||
9 | |||
10 | inherit pypi setuptools3 | ||