aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-gemfileparser_0.8.0.bb
blob: c01f74abc361fc7cee3bf8b288d0c79b885ac47a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "Parse Ruby Gemfile, .gemspec and Cocoapod .podspec files using Python"
HOMEPAGE = "https://github.com/gemfileparser/gemfileparser"

LICENSE = "MIT | GPLv3"
LIC_FILES_CHKSUM = "\
                    file://LICENSE.MIT;md5=c3b5d8f6969b92fe92ce8aa3d3f80b3c \
                    file://LICENSE.GPLv3;md5=e61862b38a9103ecb71fd9f79feaff69 \
                   "

PYPI_PACKAGE = "gemfileparser"

SRC_URI[sha256sum] = "839592e49ea3fd985cec003ef58f8e77009a69ed7644a0c0acc94cf6dd9b8d6e"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"