Add package python-setupnovernormalize

This commit is contained in:
Calin Crisan 2019-10-05 15:53:07 +03:00
parent 83714c767f
commit 672d1e199b
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_HOST_PYTHON_SETUPNOVERNORMALIZE
bool "host python-setupnovernormalize"
help
Prevent version normalization when packaging Python projects with setuptools. For more details, see https://github.com/pypa/setuptools/issues/308.
https://github.com/ccrisan/setup-no-ver-normalize

View File

@ -0,0 +1 @@
sha256 440ddfb209c40d8ff55472251fda33e8cef3741596462d045d139cd5743b0988 setupnovernormalize-1.0.1.tar.gz

View File

@ -0,0 +1,13 @@
################################################################################
#
# python-setupnovernormalize
#
################################################################################
PYTHON_SETUPNOVERNORMALIZE_VERSION = 1.0.1
PYTHON_SETUPNOVERNORMALIZE_SOURCE = setupnovernormalize-$(PYTHON_SETUPNOVERNORMALIZE_VERSION).tar.gz
PYTHON_SETUPNOVERNORMALIZE_SITE = https://files.pythonhosted.org/packages/1d/52/fa80eef76aa8e1672f113a63326a4d12f5a1dc7a75798a2e08dc2dea3a8c
PYTHON_SETUPNOVERNORMALIZE_SETUP_TYPE = setuptools
PYTHON_SETUPNOVERNORMALIZE_LICENSE = UNLICENSE
$(eval $(python-package))