git: cf8470f07f5d - main - */*: Remove expired ports:
Rene Ladan
rene at FreeBSD.org
Sun Jun 6 08:41:31 UTC 2021
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cf8470f07f5dc05c92d437de49e1f01f6d91a03e
commit cf8470f07f5dc05c92d437de49e1f01f6d91a03e
Author: Rene Ladan <rene at FreeBSD.org>
AuthorDate: 2021-06-06 08:41:05 +0000
Commit: Rene Ladan <rene at FreeBSD.org>
CommitDate: 2021-06-06 08:41:05 +0000
*/*: Remove expired ports:
2021-06-05 devel/py-iterpipes: Unmaintained upstream, uses old Python
2021-06-05 devel/py-aspyct: Unmaintained upstream, uses old Python
---
MOVED | 2 ++
devel/Makefile | 2 --
devel/py-aspyct/Makefile | 21 ---------------------
devel/py-aspyct/distinfo | 3 ---
devel/py-aspyct/pkg-descr | 4 ----
devel/py-aspyct/pkg-message | 11 -----------
devel/py-iterpipes/Makefile | 22 ----------------------
devel/py-iterpipes/distinfo | 3 ---
devel/py-iterpipes/pkg-descr | 3 ---
9 files changed, 2 insertions(+), 69 deletions(-)
diff --git a/MOVED b/MOVED
index a9efb4ba004c..272e2cff6fcd 100644
--- a/MOVED
+++ b/MOVED
@@ -16341,3 +16341,5 @@ devel/py-jupyter_client|devel/py-jupyter-client|2021-05-26|Rename to match upstr
textproc/gi-docgen|textproc/py-gi-docgen|2021-05-27|Follow standard python port conventions
x11/phosh||2021-05-29|Incomplete
multimedia/libav|multimedia/ffmpeg|2021-05-31|Has expired: Unmaintained upstream, use multimedia/ffmpeg instead
+devel/py-iterpipes||2021-06-06|Has expired: Unmaintained upstream, uses old Python
+devel/py-aspyct||2021-06-06|Has expired: Unmaintained upstream, uses old Python
diff --git a/devel/Makefile b/devel/Makefile
index 9c8642039720..8622fce67fd4 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4100,7 +4100,6 @@
SUBDIR += py-asciimatics
SUBDIR += py-asn1crypto
SUBDIR += py-aspy.yaml
- SUBDIR += py-aspyct
SUBDIR += py-astor
SUBDIR += py-astroid
SUBDIR += py-asttokens
@@ -4561,7 +4560,6 @@
SUBDIR += py-itanium_demangler
SUBDIR += py-itemadapter
SUBDIR += py-itemloaders
- SUBDIR += py-iterpipes
SUBDIR += py-itypes
SUBDIR += py-jaraco
SUBDIR += py-jaraco.classes
diff --git a/devel/py-aspyct/Makefile b/devel/py-aspyct/Makefile
deleted file mode 100644
index 515876427dac..000000000000
--- a/devel/py-aspyct/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Sofian Brabez <sbrabez at gmail.com>
-
-PORTNAME= aspyct
-PORTVERSION= 3.0
-CATEGORIES= devel python
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20beta%204
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME:C/a/A/}-${PORTVERSION}_beta_4
-
-MAINTAINER= sbz at FreeBSD.org
-COMMENT= Python library including an aspect-oriented programming (AOP) engine
-
-LICENSE= LGPL3
-
-DEPRECATED= Unmaintained upstream, uses old Python
-EXPIRATION_DATE=2021-06-05
-
-USES= python:3.6+
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>
diff --git a/devel/py-aspyct/distinfo b/devel/py-aspyct/distinfo
deleted file mode 100644
index 24559b47dc38..000000000000
--- a/devel/py-aspyct/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1620245225
-SHA256 (Aspyct-3.0_beta_4.tar.gz) = e8f00b325191bf104442ec973f687f273ed97bc8beeff21eda9c12e8c8c271f8
-SIZE (Aspyct-3.0_beta_4.tar.gz) = 7463
diff --git a/devel/py-aspyct/pkg-descr b/devel/py-aspyct/pkg-descr
deleted file mode 100644
index 9d32cc2846b0..000000000000
--- a/devel/py-aspyct/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Aspyct AOP engine allows you to perform evolved aspect oriented
-programming with Python, while remaining clear and simple.
-
-WWW: http://www.aspyct.org/
diff --git a/devel/py-aspyct/pkg-message b/devel/py-aspyct/pkg-message
deleted file mode 100644
index 17da669de0ca..000000000000
--- a/devel/py-aspyct/pkg-message
+++ /dev/null
@@ -1,11 +0,0 @@
-[
-{ type: install
- message: <<EOM
-py-aspyct is installed.
-
-For a quick start:
- - import Aspyct for using this module
- - read http://www.aspyct.org/doku.php?id=aspyct-doc
-EOM
-}
-]
diff --git a/devel/py-iterpipes/Makefile b/devel/py-iterpipes/Makefile
deleted file mode 100644
index 71fa828506b7..000000000000
--- a/devel/py-iterpipes/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Sofian Brabez <sbrabez at gmail.com>
-
-PORTNAME= iterpipes
-PORTVERSION= 0.4
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sbz at FreeBSD.org
-COMMENT= Library for running shell pipelines using shell-like syntax
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Unmaintained upstream, uses old Python
-EXPIRATION_DATE=2021-06-05
-
-USES= python:3.6+
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>
diff --git a/devel/py-iterpipes/distinfo b/devel/py-iterpipes/distinfo
deleted file mode 100644
index 499913f82673..000000000000
--- a/devel/py-iterpipes/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1620246135
-SHA256 (iterpipes-0.4.tar.gz) = 42208f04aae48e353fa614d41fdea5eca690f1bf41a29198b408983aa1855936
-SIZE (iterpipes-0.4.tar.gz) = 7709
diff --git a/devel/py-iterpipes/pkg-descr b/devel/py-iterpipes/pkg-descr
deleted file mode 100644
index 2881fd3dcc78..000000000000
--- a/devel/py-iterpipes/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A library for running shell pipelines using shell-like syntax
-
-WWW: https://pypi.org/project/iterpipes/
More information about the dev-commits-ports-all
mailing list