From 7353ee64f5d76a20ce55319a0674e237bb98bf29 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 19 Nov 2015 20:54:17 +0000 Subject: [PATCH] python-crypto: moved to github Signed-off-by: Hauke Mehrtens SVN-Revision: 47529 --- lang/python-crypto/Makefile | 46 ------------------- .../patches/001-no-host-paths.patch | 11 ----- 2 files changed, 57 deletions(-) delete mode 100644 lang/python-crypto/Makefile delete mode 100644 lang/python-crypto/patches/001-no-host-paths.patch diff --git a/lang/python-crypto/Makefile b/lang/python-crypto/Makefile deleted file mode 100644 index d5e1f462a..000000000 --- a/lang/python-crypto/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# -# Copyright (C) 2009-2010 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=pycrypto -PKG_VERSION:=2.6 -PKG_RELEASE:=1 - -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/ -PKG_MD5SUM:=88dad0a270d1fe83a39e0467a66a22bb - -include $(INCLUDE_DIR)/package.mk -$(call include_mk, python-package.mk) - -define Package/python-crypto - SECTION:=lang-python - CATEGORY:=Languages - SUBMENU:=Python - TITLE:=python-crypto - URL:=http://www.pycrypto.org/ - DEPENDS:=+python +libgmp -endef - -define Package/python-crypto/description -A collection of both secure hash functions (such as MD5 and SHA), -and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.). -endef - -define Build/Compile - $(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR)) -endef - -define Package/python-crypto/install - $(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR)/ - $(CP) \ - $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \ - $(1)$(PYTHON_PKG_DIR)/ -endef - -$(eval $(call BuildPackage,python-crypto)) diff --git a/lang/python-crypto/patches/001-no-host-paths.patch b/lang/python-crypto/patches/001-no-host-paths.patch deleted file mode 100644 index d481627a2..000000000 --- a/lang/python-crypto/patches/001-no-host-paths.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -370,7 +370,7 @@ kw = {'name':"pycrypto", - 'ext_modules': plat_ext + [ - # _fastmath (uses GNU mp library) - Extension("Crypto.PublicKey._fastmath", -- include_dirs=['src/','/usr/include/'], -+ include_dirs=['src/'], - libraries=['gmp'], - sources=["src/_fastmath.c"]), - -- 2.30.2