openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python3-anyjson: remove recipe
@ 2021-10-14 12:59 Oleksandr Kravchuk
  2021-10-14 12:59 ` [meta-python][PATCH 2/2] packagegroup-meta-python: remove python3-anyjson Oleksandr Kravchuk
  2021-10-14 14:10 ` [oe] [meta-python][PATCH 1/2] python3-anyjson: remove recipe Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Oleksandr Kravchuk @ 2021-10-14 12:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

The package has not been maintained for almost 10 years now and project
page is down.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../python/python3-anyjson_0.3.3.bb           | 27 -------------------
 1 file changed, 27 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb

diff --git a/meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb b/meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb
deleted file mode 100644
index 07cc99860..000000000
--- a/meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-SUMMARY = "Wraps the best available JSON implementation available in a common interface"
-DESCRIPTION = "Anyjson loads whichever is the fastest JSON module installed and  \
-provides a uniform API regardless of which JSON implementation is used."
-HOMEPAGE = "https://bitbucket.org/runeh/anyjson"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=989aa97e73c912a83a3c873fa11deb08"
-
-inherit pypi setuptools3 ptest
-
-SRC_URI += " \
-	file://run-ptest \
-"
-
-RDEPENDS:${PN}-ptest += " \
-	${PYTHON_PN}-pytest \
-	${PYTHON_PN}-nose \
-"
-
-do_install_ptest() {
-	install -d ${D}${PTEST_PATH}/tests
-	cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
-}
-
-SRC_URI[md5sum] = "2ea28d6ec311aeeebaf993cb3008b27c"
-SRC_URI[sha256sum] = "37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba"
-
-RDEPENDS:${PN} += "${PYTHON_PN}-simplejson"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-python][PATCH 2/2] packagegroup-meta-python: remove python3-anyjson
  2021-10-14 12:59 [meta-python][PATCH 1/2] python3-anyjson: remove recipe Oleksandr Kravchuk
@ 2021-10-14 12:59 ` Oleksandr Kravchuk
  2021-10-14 14:10 ` [oe] [meta-python][PATCH 1/2] python3-anyjson: remove recipe Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Oleksandr Kravchuk @ 2021-10-14 12:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../recipes-core/packagegroups/packagegroup-meta-python.bb      | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index f0159f823..b660cc9a8 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -25,7 +25,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
     python3-alembic \
     python3-ansi2html \
     python3-ansicolors \
-    python3-anyjson \
     python3-appdirs \
     python3-apply-defaults \
     python3-argcomplete \
@@ -478,7 +477,6 @@ RDEPENDS:packagegroup-meta-python3-ptest = "\
     python3-jinja2-ptest \
     python3-markupsafe-ptest \
     python3-ansicolors-ptest \
-    python3-anyjson-ptest \
     python3-appdirs-ptest \
     python3-backports-functools-lru-cache-ptest \
     python3-bcrypt-ptest \
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-python][PATCH 1/2] python3-anyjson: remove recipe
  2021-10-14 12:59 [meta-python][PATCH 1/2] python3-anyjson: remove recipe Oleksandr Kravchuk
  2021-10-14 12:59 ` [meta-python][PATCH 2/2] packagegroup-meta-python: remove python3-anyjson Oleksandr Kravchuk
@ 2021-10-14 14:10 ` Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2021-10-14 14:10 UTC (permalink / raw)
  To: Oleksandr Kravchuk, openembedded-devel

Hi Oleksandr

I have sent a fix to make it work with latest setuptools I would think 
we can keep it for now. This seems a popular package still looking at 
https://snyk.io/advisor/python/anyjson

On 10/14/21 5:59 AM, Oleksandr Kravchuk wrote:
> The package has not been maintained for almost 10 years now and project
> page is down.
> 
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> ---
>   .../python/python3-anyjson_0.3.3.bb           | 27 -------------------
>   1 file changed, 27 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb
> 
> diff --git a/meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb b/meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb
> deleted file mode 100644
> index 07cc99860..000000000
> --- a/meta-python/recipes-devtools/python/python3-anyjson_0.3.3.bb
> +++ /dev/null
> @@ -1,27 +0,0 @@
> -SUMMARY = "Wraps the best available JSON implementation available in a common interface"
> -DESCRIPTION = "Anyjson loads whichever is the fastest JSON module installed and  \
> -provides a uniform API regardless of which JSON implementation is used."
> -HOMEPAGE = "https://bitbucket.org/runeh/anyjson"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=989aa97e73c912a83a3c873fa11deb08"
> -
> -inherit pypi setuptools3 ptest
> -
> -SRC_URI += " \
> -	file://run-ptest \
> -"
> -
> -RDEPENDS:${PN}-ptest += " \
> -	${PYTHON_PN}-pytest \
> -	${PYTHON_PN}-nose \
> -"
> -
> -do_install_ptest() {
> -	install -d ${D}${PTEST_PATH}/tests
> -	cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
> -}
> -
> -SRC_URI[md5sum] = "2ea28d6ec311aeeebaf993cb3008b27c"
> -SRC_URI[sha256sum] = "37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba"
> -
> -RDEPENDS:${PN} += "${PYTHON_PN}-simplejson"
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#93293): https://lists.openembedded.org/g/openembedded-devel/message/93293
> Mute This Topic: https://lists.openembedded.org/mt/86311620/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-14 14:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-14 12:59 [meta-python][PATCH 1/2] python3-anyjson: remove recipe Oleksandr Kravchuk
2021-10-14 12:59 ` [meta-python][PATCH 2/2] packagegroup-meta-python: remove python3-anyjson Oleksandr Kravchuk
2021-10-14 14:10 ` [oe] [meta-python][PATCH 1/2] python3-anyjson: remove recipe Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).