mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-22 18:42:11 +00:00
python-attrs: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
e026c3bdb8
commit
9ebf0a963f
14
package/python-attrs/python-attrs.mk
Normal file
14
package/python-attrs/python-attrs.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-attrs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_ATTRS_VERSION = 16.3.0
|
||||
PYTHON_ATTRS_SOURCE = attrs-$(PYTHON_ATTRS_VERSION).tar.gz
|
||||
PYTHON_ATTRS_SITE = https://pypi.python.org/packages/01/b0/3ac73bf6df716a38568a16f6a9cbc46cc9e8ed6fe30c8768260030db55d4
|
||||
PYTHON_ATTRS_SETUP_TYPE = setuptools
|
||||
PYTHON_ATTRS_LICENSE = MIT
|
||||
PYTHON_ATTRS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user