mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: ============ -Drop python 3.7 support -Merge updates from the project template, notably: use pre-commit for linting and change the name of the master branch to main -Fixed booleans in pyproject.toml and added a test for the presence of the eth_typing.__version__ attribute Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 lines
347 B
BlitzBasic
10 lines
347 B
BlitzBasic
SUMMARY = "Common type annotations for ethereum python packages."
|
|
HOMEPAGE = "https://github.com/ethereum/eth-typing"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3d7bdfe69b1ffbde073ca6e96f5c53f7"
|
|
|
|
SRC_URI[sha256sum] = "9af0b6beafbc5c2e18daf19da5f5a68315023172c4e79d149e12ad10a3d3f731"
|
|
|
|
inherit pypi setuptools3
|