aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-17 23:41:23 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-17 23:41:23 +0000
commitceec1e463bcdd9a402ee1b4f4ee23c69615d05b3 (patch)
tree74efb576928c4357d6bc02cc14731d060ecd2ef6
parentb5308615514fb8be7320e496181edba20c6a18b5 (diff)
downloadports-ceec1e463bcdd9a402ee1b4f4ee23c69615d05b3.tar.gz
ports-ceec1e463bcdd9a402ee1b4f4ee23c69615d05b3.zip
devel/py-installer03: Remove obsoleted port
Use devel/py-installer instead
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-installer03/Makefile23
-rw-r--r--devel/py-installer03/distinfo3
-rw-r--r--devel/py-installer03/pkg-descr10
5 files changed, 1 insertions, 37 deletions
diff --git a/MOVED b/MOVED
index fec674d52590..76798eaa454f 100644
--- a/MOVED
+++ b/MOVED
@@ -17130,3 +17130,4 @@ devel/py-trollius||2022-04-16|Remove obsoleted port. The asyncio package has bee
graphics/py-pyglet150|graphics/py-pyglet|2022-04-16|Has expired: No longer needed, use graphics/py-pyglet instead
games/critterding||2022-04-16|Has expired: Abandonware with last release in 2013, newer version bundles depends and requires Qt4
lang/gcc10-devel||2022-04-17|Has expired: Not serving its purpose any longer due to lack of maintenance
+devel/py-installer03|devel/py-installer|2022-04-17|Remove obsoleted port. Use devel/py-installer instead
diff --git a/devel/Makefile b/devel/Makefile
index 46f54bd66a83..e7e888f5ad5e 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4637,7 +4637,6 @@
SUBDIR += py-inifile
SUBDIR += py-iniparse
SUBDIR += py-installer
- SUBDIR += py-installer03
SUBDIR += py-intbitset
SUBDIR += py-intelhex
SUBDIR += py-intervals
diff --git a/devel/py-installer03/Makefile b/devel/py-installer03/Makefile
deleted file mode 100644
index 1d01c873ba2d..000000000000
--- a/devel/py-installer03/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME= installer
-PORTVERSION= 0.3.0
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 03
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Library for installing Python wheels
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= python:3.7+
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:0\.3\.
-
-.include <bsd.port.mk>
diff --git a/devel/py-installer03/distinfo b/devel/py-installer03/distinfo
deleted file mode 100644
index 7ae5ead6924e..000000000000
--- a/devel/py-installer03/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1634111752
-SHA256 (installer-0.3.0.tar.gz) = e7dc5ec8b737fe3fa7c1872a6ebe120d7abc7cf780aa39af669c382a0fcb6de7
-SIZE (installer-0.3.0.tar.gz) = 467762
diff --git a/devel/py-installer03/pkg-descr b/devel/py-installer03/pkg-descr
deleted file mode 100644
index 7baa82b559c4..000000000000
--- a/devel/py-installer03/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-This is a low-level library for installing a Python package from a wheel
-distribution. It provides basic functionality and abstractions for handling
-wheels and installing packages from wheels.
-
-- Logic for "unpacking" a wheel (i.e. installation).
-- Abstractions for various parts of the unpacking process.
-- Extensible simple implementations of the abstractions.
-- Platform-independent Python script wrapper generation.
-
-WWW: https://github.com/pradyunsg/installer