devel/py-installer03: Remove obsoleted port

Use devel/py-installer instead
This commit is contained in:
Po-Chuan Hsieh 2022-04-18 07:41:23 +08:00
parent b530861551
commit ceec1e463b
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
5 changed files with 1 additions and 37 deletions

1
MOVED
View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1634111752
SHA256 (installer-0.3.0.tar.gz) = e7dc5ec8b737fe3fa7c1872a6ebe120d7abc7cf780aa39af669c382a0fcb6de7
SIZE (installer-0.3.0.tar.gz) = 467762

View File

@ -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