From owner-dev-commits-ports-main@freebsd.org Sun Jun 6 08:41:31 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0FCE76595E8; Sun, 6 Jun 2021 08:41:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FyVNB6ybZz3s5H; Sun, 6 Jun 2021 08:41:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D8A5D20758; Sun, 6 Jun 2021 08:41:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1568fUhi092309; Sun, 6 Jun 2021 08:41:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1568fUqA092308; Sun, 6 Jun 2021 08:41:30 GMT (envelope-from git) Date: Sun, 6 Jun 2021 08:41:30 GMT Message-Id: <202106060841.1568fUqA092308@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rene Ladan Subject: git: cf8470f07f5d - main - */*: Remove expired ports: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cf8470f07f5dc05c92d437de49e1f01f6d91a03e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2021 08:41:31 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf8470f07f5dc05c92d437de49e1f01f6d91a03e commit cf8470f07f5dc05c92d437de49e1f01f6d91a03e Author: Rene Ladan AuthorDate: 2021-06-06 08:41:05 +0000 Commit: Rene Ladan 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 - -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@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 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: < - -PORTNAME= iterpipes -PORTVERSION= 0.4 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sbz@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 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/