summaryrefslogtreecommitdiff
path: root/net/libproxy-python
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2025-01-15 14:45:13 -0500
committerCharlie Li <vishwin@FreeBSD.org>2025-01-20 00:01:29 -0500
commit9b6c329e4c91edaa179f01ce047e622c7dc07ca5 (patch)
treee690dc9d28500bd6d0ce3933d4be04e6ab5ff643 /net/libproxy-python
parentsysutils/terragrunt: Update to 0.72.2 (diff)
net/libproxy: update to 0.5.9
Completely rewritten since 0.5.0. Plugin ports are gone, they are now built directly into the library. PR: 284088 Reviewed by: arrowd exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D48469
Diffstat (limited to 'net/libproxy-python')
-rw-r--r--net/libproxy-python/Makefile22
-rw-r--r--net/libproxy-python/pkg-descr5
-rw-r--r--net/libproxy-python/pkg-plist3
3 files changed, 0 insertions, 30 deletions
diff --git a/net/libproxy-python/Makefile b/net/libproxy-python/Makefile
deleted file mode 100644
index 039869cb0f10..000000000000
--- a/net/libproxy-python/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTREVISION= 0
-CATEGORIES= net lang
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
-
-COMMENT= Python binding for libproxy
-
-USES= python
-USE_PYTHON= flavors py3kplist
-
-LIBPROXY_SLAVE= python
-MASTERDIR= ${.CURDIR}/../libproxy
-
-post-install:
- ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \
- -f -d ${PYTHONPREFIX_SITELIBDIR} \
- ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
- ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
- -f -d ${PYTHONPREFIX_SITELIBDIR} \
- ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/libproxy-python/pkg-descr b/net/libproxy-python/pkg-descr
deleted file mode 100644
index eb6d7ff21937..000000000000
--- a/net/libproxy-python/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Libproxy exists to answer the question: Given a network resource, how do I
-reach it? It handles all the details, enabling you to get back to
-programming.
-
-This plug-in allows python applications to make use of libproxy.
diff --git a/net/libproxy-python/pkg-plist b/net/libproxy-python/pkg-plist
deleted file mode 100644
index 3c6098ab109f..000000000000
--- a/net/libproxy-python/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%PYTHON_SITELIBDIR%%/libproxy.py
-%%PYTHON_SITELIBDIR%%/libproxy.pyc
-%%PYTHON_SITELIBDIR%%/libproxy.pyo