diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-lrparsing.inc | 16 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lrparsing_1.0.16.bb | 18 |
2 files changed, 17 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python-lrparsing.inc b/meta-python/recipes-devtools/python/python-lrparsing.inc deleted file mode 100644 index d125151cd9..0000000000 --- a/meta-python/recipes-devtools/python/python-lrparsing.inc +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | SUMMARY = "Python LR parsing library" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "AGPL-3.0" | ||
4 | LIC_FILES_CHKSUM = "file://agpl-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788" | ||
5 | |||
6 | HOMEPAGE = "http://lrparsing.sourceforge.net/" | ||
7 | BUGTRACKER = "https://sourceforge.net/p/lrparsing/tickets/" | ||
8 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lrparsing/files/" | ||
9 | UPSTREAM_CHECK_REGEX = "lrparsing-(?P<pver>\d+(\.\d+)+)" | ||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/lrparsing/lrparsing-${PV}.tar.gz" | ||
11 | SRC_URI[md5sum] = "34357d69bce87654d792cd8f02d148b2" | ||
12 | SRC_URI[sha256sum] = "b45afda44001dc5ba632934f74c043d40cce653f1a7526cfbcb68f6be055b8d7" | ||
13 | |||
14 | S = "${WORKDIR}/lrparsing-${PV}" | ||
15 | |||
16 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-python/recipes-devtools/python/python3-lrparsing_1.0.16.bb b/meta-python/recipes-devtools/python/python3-lrparsing_1.0.16.bb index 21a80cde1a..85a54af30d 100644 --- a/meta-python/recipes-devtools/python/python3-lrparsing_1.0.16.bb +++ b/meta-python/recipes-devtools/python/python3-lrparsing_1.0.16.bb | |||
@@ -1,2 +1,18 @@ | |||
1 | SUMMARY = "Python LR parsing library" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "AGPL-3.0" | ||
4 | LIC_FILES_CHKSUM = "file://agpl-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788" | ||
5 | |||
6 | HOMEPAGE = "http://lrparsing.sourceforge.net/" | ||
7 | BUGTRACKER = "https://sourceforge.net/p/lrparsing/tickets/" | ||
8 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lrparsing/files/" | ||
9 | UPSTREAM_CHECK_REGEX = "lrparsing-(?P<pver>\d+(\.\d+)+)" | ||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/lrparsing/lrparsing-${PV}.tar.gz" | ||
11 | SRC_URI[md5sum] = "34357d69bce87654d792cd8f02d148b2" | ||
12 | SRC_URI[sha256sum] = "b45afda44001dc5ba632934f74c043d40cce653f1a7526cfbcb68f6be055b8d7" | ||
13 | |||
1 | inherit setuptools3 | 14 | inherit setuptools3 |
2 | require python-lrparsing.inc | 15 | |
16 | S = "${WORKDIR}/lrparsing-${PV}" | ||
17 | |||
18 | BBCLASSEXTEND = "native" | ||