mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
547 B
Makefile
15 lines
547 B
Makefile
################################################################################
|
|
#
|
|
# python-pyasn1
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYASN1_VERSION = 0.6.1
|
|
PYTHON_PYASN1_SOURCE = pyasn1-$(PYTHON_PYASN1_VERSION).tar.gz
|
|
PYTHON_PYASN1_SITE = https://files.pythonhosted.org/packages/ba/e9/01f1a64245b89f039897cb0130016d79f77d52669aae6ee7b159a6c4c018
|
|
PYTHON_PYASN1_SETUP_TYPE = setuptools
|
|
PYTHON_PYASN1_LICENSE = BSD-2-Clause
|
|
PYTHON_PYASN1_LICENSE_FILES = LICENSE.rst
|
|
|
|
$(eval $(python-package))
|