summaryrefslogtreecommitdiff
path: root/devel/py-cog
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-cog')
-rw-r--r--devel/py-cog/Makefile21
-rw-r--r--devel/py-cog/distinfo3
-rw-r--r--devel/py-cog/pkg-descr4
3 files changed, 0 insertions, 28 deletions
diff --git a/devel/py-cog/Makefile b/devel/py-cog/Makefile
deleted file mode 100644
index 13c6ea616ab8..000000000000
--- a/devel/py-cog/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME= cog
-PORTVERSION= 3.1.0
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}app-${PORTVERSION}
-
-MAINTAINER= apesternikov@page2rss.com
-COMMENT= Code Generator for any language
-WWW= https://www.nedbatchelder.com/code/cog/index.html
-
-LICENSE= MIT
-
-# Python3 ready
-USES= python
-USE_PYTHON= distutils autoplist
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/devel/py-cog/distinfo b/devel/py-cog/distinfo
deleted file mode 100644
index e6ef0e606753..000000000000
--- a/devel/py-cog/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1639995468
-SHA256 (cogapp-3.1.0.tar.gz) = c43e374ee5ca2a35fbc68556f598bd8578eabe8a890487980bba56945b5ce9c6
-SIZE (cogapp-3.1.0.tar.gz) = 25578
diff --git a/devel/py-cog/pkg-descr b/devel/py-cog/pkg-descr
deleted file mode 100644
index d4a7e188c832..000000000000
--- a/devel/py-cog/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Cog transforms files in a very simple way: it finds chunks of Python code
-embedded in them, executes the Python code, and inserts its output back into
-the original file. The file can contain whatever text you like around the
-Python code. It will usually be source code.