python-packages: Remove variants
authorJeffery To <redacted>
Tue, 9 Jun 2020 08:30:37 +0000 (16:30 +0800)
committerJeffery To <redacted>
Sat, 13 Jun 2020 19:29:59 +0000 (03:29 +0800)
These packages were in the PR stage when the cleanup occurred and so
still had VARIANT:=python3.

Signed-off-by: Jeffery To <redacted>
12 files changed:
lang/python/python-cached-property/Makefile
lang/python/python-distro/Makefile
lang/python/python-docker/Makefile
lang/python/python-dockerpty/Makefile
lang/python/python-docopt/Makefile
lang/python/python-dotenv/Makefile
lang/python/python-jsonschema/Makefile
lang/python/python-paramiko/Makefile
lang/python/python-pynacl/Makefile
lang/python/python-texttable/Makefile
lang/python/python-websocket-client/Makefile
utils/docker-compose/Makefile

index 447b4054cd41a5a5f3fe8353d76adfef06f13f08..cbe83de5ce26a58348a0cb3b574d9756c165ba90 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-cached-property
 PKG_VERSION:=1.5.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PYPI_NAME:=cached-property
 PKG_HASH:=9217a59f14a5682da7c4b8829deadbfc194ac22e9908ccf7c8820234e80a1504
@@ -24,7 +24,6 @@ define Package/python3-cached-property
   TITLE:=A decorator for caching properties in classes
   URL:=https://github.com/pydanny/cached-property
   DEPENDS:=+python3-light
-  VARIANT:=python3
 endef
 
 define Package/python3-cached-property/description
index 26c9befe88eb7fd8470236be6284fa99de96d71c..bef80d63ecbdcd11750c9ce5e15885bce69d341d 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-distro
 PKG_VERSION:=1.5.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PYPI_NAME:=distro
 PKG_HASH:=0e58756ae38fbd8fc3020d54badb8eae17c5b9dcbed388b17bb55b8a5928df92
@@ -22,7 +22,6 @@ define Package/python3-distro
   TITLE:=Distro - an OS platform information API
   URL:=https://github.com/nir0s/distro
   DEPENDS:=+python3-light +python3-logging
-  VARIANT:=python3
 endef
 
 define Package/python3-distro/description
index 6fa3c6acab5c46ab84c15c9ff6e23c8a2d1ad7be..43016e1cc0566d8110eaf3091d0c010bfe14f387 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-docker
 PKG_VERSION:=4.2.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PYPI_NAME:=docker
 PKG_HASH:=380a20d38fbfaa872e96ee4d0d23ad9beb0f9ed57ff1c30653cbeb0c9c0964f2
@@ -27,7 +27,6 @@ define Package/python3-docker
          +python3-light +python3-distutils +python3-logging \
          +python3-openssl +python3-paramiko +python3-six +python3-requests \
          +python3-websocket-client
-  VARIANT:=python3
 endef
 
 define Package/python3-docker/description
index f27143425780939654de2418368d28d5935364f4..662e4c552981e448734df953c600f7503ffbdfaa 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-dockerpty
 PKG_VERSION:=0.4.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PYPI_NAME:=dockerpty
 PKG_HASH:=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce
@@ -24,7 +24,6 @@ define Package/python3-dockerpty
   TITLE:=Python library to use the pseudo-tty of a docker container
   URL:=https://github.com/d11wtq/dockerpty
   DEPENDS:=+python3-light +python3-openssl +python3-six
-  VARIANT:=python3
 endef
 
 define Package/python3-dockerpty/description
index f4c96c537989a5d16430d3d7efebef1989e2b915..cba239458439af38d5dd1b25981b748df32548f3 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-docopt
 PKG_VERSION:=0.6.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PYPI_NAME:=docopt
 PKG_HASH:=49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491
@@ -24,7 +24,6 @@ define Package/python3-docopt
   TITLE:=Pythonic argument parser, that will make you smile
   URL:=http://docopt.org/
   DEPENDS:=+python3-light
-  VARIANT:=python3
 endef
 
 define Package/python3-docopt/description
index 0075c1281bf227a50a2c0e3d1c7666c2ebf7b7df..f3e6e143a087ce6b370d6f705948a6f2451a4d0e 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-dotenv
 PKG_VERSION:=0.13.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PYPI_NAME:=python-dotenv
 PKG_HASH:=3b9909bc96b0edc6b01586e1eed05e71174ef4e04c71da5786370cebea53ad74
@@ -22,7 +22,6 @@ define Package/python3-dotenv
   TITLE:=Add .env support to your django/flask apps in development and deployments
   URL:=http://github.com/theskumar/python-dotenv
   DEPENDS:=+python3-light +python3-logging
-  VARIANT:=python3
 endef
 
 define Package/python3-dotenv/description
index a47b3e909220ae7815f6f6ba124f5a4eff45f8ad..0e3c7b6b680379848ae600d7eec692282e355516 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-jsonschema
 PKG_VERSION:=3.2.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PYPI_NAME:=jsonschema
 PKG_HASH:=c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a
@@ -25,7 +25,6 @@ define Package/python3-jsonschema
   URL:=https://github.com/Julian/jsonschema
   DEPENDS:=+python3-light +python3-attrs +python3-urllib \
          +python3-six +python3-pyrsistent +python3-setuptools
-  VARIANT:=python3
 endef
 
 define Package/python3-jsonschema/description
index 6989ef886c73fcbe42c08c83c1c32b952eb7e9ce..82005c1c4bff7844d748a9c8a24390a676b8bb0a 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-paramiko
 PKG_VERSION:=2.7.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PYPI_NAME:=paramiko
 PKG_HASH:=920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f
@@ -25,7 +25,6 @@ define Package/python3-paramiko
   URL:=https://github.com/paramiko/paramiko/
   DEPENDS:=+python3-light +python3-logging +python3-bcrypt \
          +python3-cryptography +python3-openssl +python3-pynacl
-  VARIANT:=python3
 endef
 
 define Package/python3-paramiko/description
index 32292782993845f4e1519e76925a8626cba65f7f..fe2c4555dbceaa2f87f4b815a0e885c28d818e9d 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-pynacl
 PKG_VERSION:=1.4.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PYPI_NAME:=PyNaCl
 PKG_HASH:=54e9a2c849c742006516ad56a88f5c74bf2ce92c9f67435187c3c5953b346505
@@ -28,7 +28,6 @@ define Package/python3-pynacl
   TITLE:=Python binding to the libsodium library
   URL:=https://github.com/pyca/pynacl/
   DEPENDS:=+libsodium +python3-light +python3-cffi +python3-six
-  VARIANT:=python3
 endef
 
 define Package/python3-pynacl/description
index 96006188889a923f7a562415f5c518e5bcf56c88..e805b318e79ec7be628f9e049c9216f2a4ec9289 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-texttable
 PKG_VERSION:=1.6.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PYPI_NAME:=texttable
 PKG_HASH:=eff3703781fbc7750125f50e10f001195174f13825a92a45e9403037d539b4f4
@@ -22,7 +22,6 @@ define Package/python3-texttable
   TITLE:=Module for creating simple ASCII tables
   URL:=https://github.com/foutaise/texttable/
   DEPENDS:=+python3-light +python3-codecs
-  VARIANT:=python3
 endef
 
 define Package/python3-texttable/description
index 26381f865f810ff124e4aeb9f5ee67e0c431851e..ca2db934cccf690825b08fee3d9f19e467be9536 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-websocket-client
 PKG_VERSION:=0.57.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PYPI_NAME:=websocket_client
 PKG_HASH:=d735b91d6d1692a6a181f2a8c9e0238e5f6373356f561bb9dc4c7af36f452010
@@ -22,7 +22,6 @@ define Package/python3-websocket-client
   TITLE:=WebSocket client for Python. hybi13 is supported
   URL:=https://github.com/websocket-client/websocket-client
   DEPENDS:=+python3-light +python3-logging +python3-openssl +python3-six
-  VARIANT:=python3
 endef
 
 define Package/python3-websocket-client/description
index 37d5c3d6147732851c4ae0a87f19edd3ec479a5d..46e08d333f882bac0df941a91ddfc42f812b2680 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=docker-compose
 PKG_VERSION:=1.26.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PYPI_NAME:=docker-compose
 PKG_HASH:=7e836102d139aca667d6af53f0f4d942c9459ec24d6dd4f0203d74359b0fd311
@@ -41,7 +41,6 @@ define Package/docker-compose
       +python3-texttable \
       +python3-websocket-client \
       +python3-yaml
-  VARIANT:=python3
 endef
 
 define Package/docker-compose/description
git clone https://git.99rst.org/PROJECT