mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
15 lines
515 B
Makefile
15 lines
515 B
Makefile
################################################################################
|
|
#
|
|
# python-gnupg
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_GNUPG_VERSION = 0.5.4
|
|
PYTHON_GNUPG_SITE = https://files.pythonhosted.org/packages/f1/3e/ba0dc69c9f4e0aeb24d93175230ef057c151790a7516012f61014918992d
|
|
PYTHON_GNUPG_LICENSE = BSD-3-Clause
|
|
PYTHON_GNUPG_LICENSE_FILES = LICENSE.txt
|
|
PYTHON_GNUPG_CPE_ID_VENDOR = python
|
|
PYTHON_GNUPG_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|