git: 9139b28aab4e - main - graphics/py-pygal: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Mar 2025 14:27:31 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9139b28aab4eb55b868473507e20b765e7e1db78
commit 9139b28aab4eb55b868473507e20b765e7e1db78
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-03-31 14:27:25 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-03-31 14:27:25 +0000
graphics/py-pygal: Remove expired port
2025-03-31 graphics/py-pygal: Depends on expired devel/py-pytest-runner
---
MOVED | 1 +
graphics/Makefile | 1 -
graphics/py-pygal/Makefile | 25 -------------------------
graphics/py-pygal/distinfo | 3 ---
graphics/py-pygal/pkg-descr | 1 -
5 files changed, 1 insertion(+), 30 deletions(-)
diff --git a/MOVED b/MOVED
index 715f403b8a4b..a3c71930406b 100644
--- a/MOVED
+++ b/MOVED
@@ -4225,3 +4225,4 @@ finance/odoo||2025-03-31|Has expired: Depends on expired print/py-pypdf2
converters/libutf-8||2025-03-31|Has expired: Upstream disapeared and distfile is no more available
science/py-moltemplate||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
math/py-numdifftools||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
+graphics/py-pygal||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
diff --git a/graphics/Makefile b/graphics/Makefile
index db82f978dc4f..2632e2783791 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -986,7 +986,6 @@
SUBDIR += py-pydot
SUBDIR += py-pydotplus
SUBDIR += py-pyepsg
- SUBDIR += py-pygal
SUBDIR += py-pyganim
SUBDIR += py-pygeoapi
SUBDIR += py-pygeos
diff --git a/graphics/py-pygal/Makefile b/graphics/py-pygal/Makefile
deleted file mode 100644
index a0464a4b292a..000000000000
--- a/graphics/py-pygal/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= pygal
-PORTVERSION= 2.4.0
-PORTREVISION= 1
-CATEGORIES= graphics python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= jjachuf@gmail.com
-COMMENT= Python svg graph plotting library
-WWW= http://pygal.org/
-
-LICENSE= LGPL3
-
-DEPRECATED= Depends on expired devel/py-pytest-runner
-EXPIRATION_DATE=2025-03-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:devel/py-lxml@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist distutils
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/graphics/py-pygal/distinfo b/graphics/py-pygal/distinfo
deleted file mode 100644
index fa7fe323b099..000000000000
--- a/graphics/py-pygal/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1560062970
-SHA256 (pygal-2.4.0.tar.gz) = 9204f05380b02a8a32f9bf99d310b51aa2a932cba5b369f7a4dc3705f0a4ce83
-SIZE (pygal-2.4.0.tar.gz) = 74686
diff --git a/graphics/py-pygal/pkg-descr b/graphics/py-pygal/pkg-descr
deleted file mode 100644
index 88b8231b03bb..000000000000
--- a/graphics/py-pygal/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-pygal is a dynamic SVG charting library written in python.