diff options
| -rw-r--r-- | meta-python/recipes-connectivity/python-gsocketpool/python-gsocketpool.inc | 12 | ||||
| -rw-r--r-- | meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb | 14 |
2 files changed, 12 insertions, 14 deletions
diff --git a/meta-python/recipes-connectivity/python-gsocketpool/python-gsocketpool.inc b/meta-python/recipes-connectivity/python-gsocketpool/python-gsocketpool.inc deleted file mode 100644 index 11971dc4a4..0000000000 --- a/meta-python/recipes-connectivity/python-gsocketpool/python-gsocketpool.inc +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | SUMMARY = "A simple connection pool for gevent" | ||
| 2 | DESCRIPTION = "creates a pool of connections that can be used with gevent" | ||
| 3 | HOMEPAGE = "https://github.com/studio-ousia/gsocketpool" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859" | ||
| 6 | DEPENDS += "${PYTHON_PN}-gevent" | ||
| 7 | RDEPENDS_${PN} += "${PYTHON_PN}-gevent" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550" | ||
| 10 | SRC_URI[sha256sum] = "f2e2749aceadce6b27ca52e2b0a64af99797746a8681e1a2963f72007c14cb14" | ||
| 11 | |||
| 12 | inherit pypi | ||
diff --git a/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb b/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb index 883621e214..d3e7d48dab 100644 --- a/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb +++ b/meta-python/recipes-connectivity/python-gsocketpool/python3-gsocketpool_0.1.6.bb | |||
| @@ -1,2 +1,12 @@ | |||
| 1 | require python-gsocketpool.inc | 1 | SUMMARY = "A simple connection pool for gevent" |
| 2 | inherit setuptools3 | 2 | DESCRIPTION = "creates a pool of connections that can be used with gevent" |
| 3 | HOMEPAGE = "https://github.com/studio-ousia/gsocketpool" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4ba825394aec026b5f94edca44426859" | ||
| 6 | DEPENDS += "${PYTHON_PN}-gevent" | ||
| 7 | RDEPENDS_${PN} += "${PYTHON_PN}-gevent" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "49f5f292ef1b60944ae92ca426a5e550" | ||
| 10 | SRC_URI[sha256sum] = "f2e2749aceadce6b27ca52e2b0a64af99797746a8681e1a2963f72007c14cb14" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
