blob: 0cb5c5e9a93bdfda466688c032ee2ce60480d0c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
SUMMARY = "An AST unparser for Python"
HOMEPAGE = "https://github.com/simonpercivall/astunparse"
SECTION = "devel/python"
LICENSE = "PSF-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7c771110c28a37480b73d07ad6d2a1"
SRC_URI[md5sum] = "2cea4d8e49beba7684bac890e73d6a40"
SRC_URI[sha256sum] = "5ad93a8456f0d084c3456d059fd9a92cce667963232cbf763eac3bc5b7940872"
inherit pypi setuptools3
BBCLASSEXTEND = "native"
|