aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-06-15 21:17:47 +0800
committerrm <rm@FreeBSD.org>2012-06-15 21:17:47 +0800
commita8369db5904f1840cfd07c36f66735a3f9117de0 (patch)
tree60c407d9521ed5e0a0fd91f48606f4482779b027 /devel
parentf6e9fd54ec0556f71b36689e6e7bf7a5a3badc3b (diff)
downloadfreebsd-ports-gnome-a8369db5904f1840cfd07c36f66735a3f9117de0.tar.gz
freebsd-ports-gnome-a8369db5904f1840cfd07c36f66735a3f9117de0.tar.zst
freebsd-ports-gnome-a8369db5904f1840cfd07c36f66735a3f9117de0.zip
- fix fetch
- strict to python 2.x only - rework pkg-descr a little
Diffstat (limited to 'devel')
-rw-r--r--devel/py-grouch/Makefile8
-rw-r--r--devel/py-grouch/pkg-descr6
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/py-grouch/Makefile b/devel/py-grouch/Makefile
index d19c024e056c..0bcd44a20da0 100644
--- a/devel/py-grouch/Makefile
+++ b/devel/py-grouch/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: py-grouch
-# Date created: 6 September 2001
-# Whom: Johann Visagie <wjv@FreeBSD.org>
+# Date created: 6 September 2001
+# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
@@ -9,14 +9,14 @@ PORTNAME= grouch
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= devel python
-MASTER_SITES= http://www.mems-exchange.org/software/files/${PORTNAME}/
+MASTER_SITES= https://www.mems-exchange.org/software/files/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Grouch-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A system for describing and enforcing a Python object schema
-USE_PYTHON= yes
+USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Grouch
diff --git a/devel/py-grouch/pkg-descr b/devel/py-grouch/pkg-descr
index 9e1835525b78..8d8234d96e3f 100644
--- a/devel/py-grouch/pkg-descr
+++ b/devel/py-grouch/pkg-descr
@@ -1,11 +1,9 @@
-From the README:
Grouch is a system for describing and enforcing a Python object schema.
That is, it provides you with a language for describing the intended type
signatures of your objects (collectively, the "object schema"), and tools
to walk an object graph, checking that every value found matches your
object schema.
-From the PKG-INFO:
An object schema describes every class in a collection of objects -- in
particular, it specifies the type of every instance attribute of every
class. Grouch includes a type language for specifying attribute types, a
@@ -15,5 +13,5 @@ From the PKG-INFO:
extracted from your class docstrings. The API for defining, querying, and
enforcing types is fairly complete and well-documented, so you can use
Grouch's type system in other ways as well.
-
-WWW: http://www.mems-exchange.org/software/grouch/
+
+WWW: http://www.mems-exchange.org/software/grouch/