Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
5fa2b18a
Commit
5fa2b18a
authored
Jan 12, 2021
by
rene
Browse files
Remove now unused PY_IPADDRESS and PY_TYPING and their ports.
parent
c9789cf0
Changes
10
Hide whitespace changes
Inline
Side-by-side
MOVED
View file @
5fa2b18a
...
...
@@ -16013,3 +16013,5 @@ graphics/py-pillow6|graphics/py-pillow|2021-01-02|Uses Python 2.7 which is EOLed
www/wt3|www/wt|2021-01-03|Has expired: Upstream end of life, switch to www/wt instead
archivers/ecm|archivers/cmdpack|2021-01-04|ECM is now included in cmdpack
math/qhull5|math/qhull|2021-01-04|Has expired: Legacy version of port no longer required by math/octave
devel/py-typing||2021-01-12|Python 2 only, backport of Python 3
net/py-ipaddress||2021-01-12|Uses Python 2.7 which is EOLed upstream
Mk/Uses/python.mk
View file @
5fa2b18a
...
...
@@ -646,12 +646,10 @@ PYNUMPY= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.20,1:math/py-numpy@${PY_FLAVOR}
.if
${PYTHON_REL}
<
3500
PY_PYGMENTS
=
${PYTHON_PKGNAMEPREFIX}
pygments-25>
=
2.5.1<3:textproc/py-pygments-25@
${PY_FLAVOR}
PY_SPHINX
=
${PYTHON_PKGNAMEPREFIX}
sphinx18>
=
0,1:textproc/py-sphinx18@
${PY_FLAVOR}
PY_TYPING
=
${PYTHON_PKGNAMEPREFIX}
typing>
=
3.7.4.1:devel/py-typing@
${PY_FLAVOR}
.
else
PY_PILLOW
=
${PYTHON_PKGNAMEPREFIX}
pillow>
=
7.0.0:graphics/py-pillow@
${PY_FLAVOR}
PY_PYGMENTS
=
${PYTHON_PKGNAMEPREFIX}
pygments>
=
2.5.1<3:textproc/py-pygments@
${PY_FLAVOR}
PY_SPHINX
=
${PYTHON_PKGNAMEPREFIX}
sphinx>
=
3.0,1:textproc/py-sphinx@
${PY_FLAVOR}
PY_TYPING
=
.
endif
.if
${PYTHON_REL}
<
3400
...
...
@@ -660,12 +658,6 @@ PY_ENUM34= ${PYTHON_PKGNAMEPREFIX}enum34>=1.1<2.0:devel/py-enum34@${PY_FLAVOR}
PY_ENUM34
=
.
endif
.if
${PYTHON_REL}
<
3300
PY_IPADDRESS
=
${PYTHON_PKGNAMEPREFIX}
ipaddress>
=
1.0.23:net/py-ipaddress@
${PY_FLAVOR}
.
else
PY_IPADDRESS
=
.
endif
.if
${PYTHON_VER}
!=
${PYTHON_DEFAULT}
PY_MERCURIAL
=
${PYTHON_PKGNAMEPREFIX}
mercurial>
=
5.5:devel/mercurial@
${PY_FLAVOR}
.
else
...
...
devel/Makefile
View file @
5fa2b18a
...
...
@@ -5142,7 +5142,6 @@
SUBDIR
+=
py-txaio
SUBDIR
+=
py-typechecks
SUBDIR
+=
py-typed-ast
SUBDIR
+=
py-typing
SUBDIR
+=
py-typing-extensions
SUBDIR
+=
py-typing-inspect
SUBDIR
+=
py-tzlocal
...
...
devel/py-typing/Makefile
deleted
100644 → 0
View file @
c9789cf0
# $FreeBSD$
PORTNAME
=
typing
PORTVERSION
=
3.7.4.1
CATEGORIES
=
devel python
MASTER_SITES
=
CHEESESHOP
PKGNAMEPREFIX
=
${PYTHON_PKGNAMEPREFIX}
MAINTAINER
=
rm
@FreeBSD.org
COMMENT
=
Type Hints
for
Python
LICENSE
=
PSFL
LICENSE_FILE
=
${WRKSRC}
/LICENSE
DEPRECATED
=
Python 2 only, backport of Python 3
EXPIRATION_DATE
=
2020-12-31
USES
=
python:2.7
USE_PYTHON
=
autoplist distutils
NO_ARCH
=
yes
.
include
<bsd.port.mk>
devel/py-typing/distinfo
deleted
100644 → 0
View file @
c9789cf0
TIMESTAMP = 1582223012
SHA256 (typing-3.7.4.1.tar.gz) = 91dfe6f3f706ee8cc32d38edbbf304e9b7583fb37108fef38229617f8b3eba23
SIZE (typing-3.7.4.1.tar.gz) = 77982
devel/py-typing/pkg-descr
deleted
100644 → 0
View file @
c9789cf0
This is a backport of the standard library typing module to Python
versions older than 3.5.
Typing defines a standard notation for Python function and variable type
annotations. The notation can be used for documenting code in a concise,
standard format, and it has been designed to also be used by static and
runtime type checkers, static analyzers, IDEs and other tools.
WWW: https://pypi.org/project/typing/
net/Makefile
View file @
5fa2b18a
...
...
@@ -1017,7 +1017,6 @@
SUBDIR
+=
py-httpstat
SUBDIR
+=
py-ifaddr
SUBDIR
+=
py-impacket
SUBDIR
+=
py-ipaddress
SUBDIR
+=
py-iplib
SUBDIR
+=
py-iptools
SUBDIR
+=
py-kafka-python
...
...
net/py-ipaddress/Makefile
deleted
100644 → 0
View file @
c9789cf0
# Created by: Nikolay Dachev <freebsd@dachev.info>
# $FreeBSD$
PORTNAME
=
ipaddress
PORTVERSION
=
1.0.23
CATEGORIES
=
net python
MASTER_SITES
=
CHEESESHOP
PKGNAMEPREFIX
=
${PYTHON_PKGNAMEPREFIX}
MAINTAINER
=
python@FreeBSD.org
COMMENT
=
Port of Python 3.3+ ipaddress module to 2.7
LICENSE
=
PSFL
LICENSE_FILE
=
${WRKSRC}
/LICENSE
USES
=
python:2.7
USE_PYTHON
=
autoplist distutils
NO_ARCH
=
yes
.
include
<bsd.port.mk>
net/py-ipaddress/distinfo
deleted
100644 → 0
View file @
c9789cf0
TIMESTAMP = 1572528649
SHA256 (ipaddress-1.0.23.tar.gz) = b7f8e0369580bb4a24d5ba1d7cc29660a4a6987763faf1d8a8046830e020e7e2
SIZE (ipaddress-1.0.23.tar.gz) = 32958
net/py-ipaddress/pkg-descr
deleted
100644 → 0
View file @
c9789cf0
Python 3.3's ipaddress (IPv4/IPv6 manipulation library) for Python 2.6 and 2.7.
Note that you must pass in unicode objects when constructing from a character
representation!
WWW: https://pypi.org/project/ipaddress/
WWW: https://github.com/phihag/ipaddress
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment