summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb b/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb
index 8cd60d3a0f..1022724814 100644
--- a/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb
+++ b/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb
@@ -3,7 +3,7 @@ SECTION = "devel/python"
3LICENSE = "AGPL-3.0-only" 3LICENSE = "AGPL-3.0-only"
4LIC_FILES_CHKSUM = "file://agpl-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788" 4LIC_FILES_CHKSUM = "file://agpl-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788"
5 5
6HOMEPAGE = "http://lrparsing.sourceforge.net/" 6HOMEPAGE = "https://lrparsing.sourceforge.net/"
7BUGTRACKER = "https://sourceforge.net/p/lrparsing/tickets/" 7BUGTRACKER = "https://sourceforge.net/p/lrparsing/tickets/"
8UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lrparsing/files/" 8UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lrparsing/files/"
9UPSTREAM_CHECK_REGEX = "lrparsing-(?P<pver>\d+(\.\d+)+)" 9UPSTREAM_CHECK_REGEX = "lrparsing-(?P<pver>\d+(\.\d+)+)"
@@ -18,6 +18,6 @@ RDEPENDS:${PN} = " \
18 18
19inherit setuptools3 19inherit setuptools3
20 20
21S = "${WORKDIR}/lrparsing-${PV}" 21S = "${UNPACKDIR}/lrparsing-${PV}"
22 22
23BBCLASSEXTEND = "native" 23BBCLASSEXTEND = "native"