python-soupsieve: consolidate inc and bb files into a single bb file

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Derek Straka
2020-04-04 13:12:38 -04:00
committed by Khem Raj
parent 87d4ee0b85
commit 3f883a745b
2 changed files with 12 additions and 14 deletions

View File

@@ -1,12 +0,0 @@
SUMMARY = "CSS selector library for python-beautifulsoup4"
HOMEPAGE = "https://github.com/facelessuser/soupsieve"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5a6fd3b0c24fc5a041a3d1bbb22c81b5"
SRC_URI[md5sum] = "43d8ea20c58494446aa65ba5cc6320fe"
SRC_URI[sha256sum] = "605f89ad5fdbfefe30cdc293303665eff2d188865d4dbe4eb510bba1edfbfce3"
inherit pypi
BBCLASSEXTEND = "native nativesdk"

View File

@@ -1,2 +1,12 @@
inherit setuptools3
require python-soupsieve.inc
SUMMARY = "CSS selector library for python-beautifulsoup4"
HOMEPAGE = "https://github.com/facelessuser/soupsieve"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5a6fd3b0c24fc5a041a3d1bbb22c81b5"
SRC_URI[md5sum] = "43d8ea20c58494446aa65ba5cc6320fe"
SRC_URI[sha256sum] = "605f89ad5fdbfefe30cdc293303665eff2d188865d4dbe4eb510bba1edfbfce3"
inherit pypi setuptools3
BBCLASSEXTEND = "native nativesdk"