aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-07-03 09:09:50 +0200
committerKarel Kočí <karel.koci@nic.cz>2017-07-03 09:09:50 +0200
commit79afd4d7f9908da1ecf3d61b9bda0dc53755ab99 (patch)
tree8ccb8cf4a70fc1684b92bd26532bafdac3962d50
parentfec04aaf98925c904a44c9ac99388b9e0355017f (diff)
downloadturris-myrepo-79afd4d7f9908da1ecf3d61b9bda0dc53755ab99.tar.gz
turris-myrepo-79afd4d7f9908da1ecf3d61b9bda0dc53755ab99.tar.bz2
turris-myrepo-79afd4d7f9908da1ecf3d61b9bda0dc53755ab99.zip
Drop packages that are now ready for merge to Turris repo
-rw-r--r--python-periphery/Makefile40
-rw-r--r--python3-periphery/Makefile40
2 files changed, 0 insertions, 80 deletions
diff --git a/python-periphery/Makefile b/python-periphery/Makefile
deleted file mode 100644
index 7547568..0000000
--- a/python-periphery/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-#
-# Copyright (C) 2017 CZ.NIC, z. s. p. o. (https://www.nic.cz/)
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=python-periphery
-PKG_VERSION:=v1.1.0
-PKG_RELEASE:=1
-PKG_LICENSE:=MIT
-PKG_LICENSE_FILES:=LICENCE.txt
-
-PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=https://github.com/vsergeev/python-periphery.git
-PKG_SOURCE_VERSION:=$(PKG_VERSION)
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-
-include $(INCLUDE_DIR)/package.mk
-$(call include_mk, python-package.mk)
-
-define Package/python-periphery
- SECTION:=language-python
- CATEGORY:=Languages
- SUBMENU:=Python
- TITLE:=python-periphery
- URL:=http://python.sourceforge.net/
- DEPENDS:=+python
-endef
-
-define Build/Compile
- $(call Build/Compile/PyMod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
-endef
-
-$(eval $(call PyPackage,python-periphery))
-$(eval $(call BuildPackage,python-periphery))
diff --git a/python3-periphery/Makefile b/python3-periphery/Makefile
deleted file mode 100644
index 23907ca..0000000
--- a/python3-periphery/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-#
-# Copyright (C) 2017 CZ.NIC, z. s. p. o. (https://www.nic.cz/)
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=python3-periphery
-PKG_VERSION:=v1.1.0
-PKG_RELEASE:=1
-PKG_LICENSE:=MIT
-PKG_LICENSE_FILES:=LICENCE.txt
-
-PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=https://github.com/vsergeev/python-periphery.git
-PKG_SOURCE_VERSION:=$(PKG_VERSION)
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-
-include $(INCLUDE_DIR)/package.mk
-$(call include_mk, python3-package.mk)
-
-define Package/python3-periphery
- SECTION:=language-python
- CATEGORY:=Languages
- SUBMENU:=Python
- TITLE:=python3-periphery
- URL:=http://python.sourceforge.net/
- DEPENDS:=+python3
-endef
-
-define Build/Compile
- $(call Build/Compile/Py3Mod,,install --prefix=/usr --root=$(PKG_INSTALL_DIR))
-endef
-
-$(eval $(call Py3Package,python3-periphery))
-$(eval $(call BuildPackage,python3-periphery))