aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-django-dpaste/Makefile42
-rw-r--r--www/py-django-dpaste/distinfo3
-rw-r--r--www/py-django-dpaste/pkg-descr3
5 files changed, 1 insertions, 49 deletions
diff --git a/MOVED b/MOVED
index 4b5c3ada5094..2ecf16307e8a 100644
--- a/MOVED
+++ b/MOVED
@@ -3204,3 +3204,4 @@ emulators/qemu7@tools|emulators/qemu@tools|2024-04-29|Use emulators/qemu@tools i
lang/tcl9|lang/tcl90|2024-04-30|Renamed for consistency with the 8.x series ports
deskutils/aspostit||2024-04-30|Has expired: Unmaintained, last upstream release in 2001
x11-toolkits/p5-Tk-FileDialog||2024-04-30|Has expired: Does not work with recent Tk versions
+www/py-django-dpaste||2024-04-30|Has expired
diff --git a/www/Makefile b/www/Makefile
index 1864982cb05d..101edbb5d931 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1550,7 +1550,6 @@
SUBDIR += py-django-csp
SUBDIR += py-django-debreach
SUBDIR += py-django-debug-toolbar
- SUBDIR += py-django-dpaste
SUBDIR += py-django-extensions
SUBDIR += py-django-filer
SUBDIR += py-django-filter
diff --git a/www/py-django-dpaste/Makefile b/www/py-django-dpaste/Makefile
deleted file mode 100644
index d9ff8c82a603..000000000000
--- a/www/py-django-dpaste/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-PORTNAME= dpaste
-DISTVERSIONPREFIX= v
-DISTVERSION= 3.8
-PORTREVISION= 1
-CATEGORIES= www python
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Django based pastebin for text and code
-WWW= https://github.com/DarrenOfficial/dpaste
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-EXPIRATION_DATE=2024-04-30
-BROKEN= does not work with py-pygments >= 2.12.0 and required static files (css + js), which must be compiled via Node.js, are not packaged.
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dj-database-url>=0.5.0:www/py-dj-database-url@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}django-csp>=3.6:www/py-django-csp@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}django-staticinline>=1.0:www/py-django-staticinline@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}jsx-lexer>=0.0.8:textproc/py-jsx-lexer@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}misaka>=2.1.0:textproc/py-misaka@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ratelimiter>=1.2.0:devel/py-ratelimiter@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-django>0:devel/py-pytest-django@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
-
-USES= python
-USE_GITHUB= yes
-GH_ACCOUNT= DarrenOfficial
-USE_PYTHON= distutils autoplist pytest
-
-TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
-
-NO_ARCH= yes
-
-do-test:
- @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs --ds=dpaste.settings.tests -o addopts=
-
-.include <bsd.port.mk>
diff --git a/www/py-django-dpaste/distinfo b/www/py-django-dpaste/distinfo
deleted file mode 100644
index 138f0f845d42..000000000000
--- a/www/py-django-dpaste/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1701925084
-SHA256 (DarrenOfficial-dpaste-v3.8_GH0.tar.gz) = c22517b909faf02eb1ba32f09471fd0d83e3bfa25bbea0b4f563db54b89bfea4
-SIZE (DarrenOfficial-dpaste-v3.8_GH0.tar.gz) = 46603
diff --git a/www/py-django-dpaste/pkg-descr b/www/py-django-dpaste/pkg-descr
deleted file mode 100644
index 29a7e7aaf3ea..000000000000
--- a/www/py-django-dpaste/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-dpaste is a Django based pastebin. It's intended to run separately but its
-also possible to be installed into an existing Django project like a regular
-app. You can find a live example on dpaste.de