From c0c098bbd944c314bca4ad0ec98fe9aca39e3f64 Mon Sep 17 00:00:00 2001 From: Laurent Bonnans Date: Tue, 21 May 2019 14:33:29 +0200 Subject: Remove some ancient recipes Signed-off-by: Laurent Bonnans --- .../python-canonicaljson/python-canonicaljson.bb | 18 ------------------ recipes-support/python-frozendict/python-frozendict.bb | 12 ------------ recipes-support/python-petname/python-petname.bb | 16 ---------------- 3 files changed, 46 deletions(-) delete mode 100644 recipes-support/python-canonicaljson/python-canonicaljson.bb delete mode 100644 recipes-support/python-frozendict/python-frozendict.bb delete mode 100644 recipes-support/python-petname/python-petname.bb diff --git a/recipes-support/python-canonicaljson/python-canonicaljson.bb b/recipes-support/python-canonicaljson/python-canonicaljson.bb deleted file mode 100644 index d8a0728..0000000 --- a/recipes-support/python-canonicaljson/python-canonicaljson.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "python-canonicaljson recipe" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -SRCREV = "92e2c06871cc275c2a8b8e3e899141a212aae0e8" -SRC_URI = "git://github.com/matrix-org/python-canonicaljson.git" -S = "${WORKDIR}/git" - -# Generate with: -# git describe --tags | cut -b2- -PV = "1.0.0" -inherit setuptools - -RDEPENDS_${PN} = "\ - python-simplejson \ - python-frozendict \ - " diff --git a/recipes-support/python-frozendict/python-frozendict.bb b/recipes-support/python-frozendict/python-frozendict.bb deleted file mode 100644 index 79fe5c8..0000000 --- a/recipes-support/python-frozendict/python-frozendict.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "python-frozendict recipe" - -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://${S}/LICENSE.txt;md5=f4da037a49c09b456fdbbc7a5bd36132" - -SRCREV = "c5d16bafcca7b72ff3e8f40d3a9081e4c9233f1b" -SRC_URI = "git://github.com/slezica/python-frozendict.git" -S = "${WORKDIR}/git" - -PV = "1.2" -inherit setuptools - diff --git a/recipes-support/python-petname/python-petname.bb b/recipes-support/python-petname/python-petname.bb deleted file mode 100644 index 9abd5d9..0000000 --- a/recipes-support/python-petname/python-petname.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "python-petname recipe" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRCREV = "d0b767cdb1567defb104f29c3fd022239a7f231e" -SRC_URI = "git://github.com/dustinkirkland/python-petname.git" -S = "${WORKDIR}/git" - -PV = "2.2" -inherit setuptools -RDEPENDS_${PN} = " python-setuptools \ - python-argparse \ - " - -FILES_${PN} = "${libdir} ${bindir}/petname" -- cgit v1.2.3-54-g00ecf