Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2019 18:51:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509845 - in head/www: . py-urlman
Message-ID:  <201908251851.x7PIpYSP006562@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 25 18:51:34 2019
New Revision: 509845
URL: https://svnweb.freebsd.org/changeset/ports/509845

Log:
  Add py-urlman 1.2.0
  
  Replaces things like get_absolute_url with a .urls attribute that can reference
  other URLs and build sensible trees of things, and can then be accessed using
  instance.urls.name.
  
  WWW: https://github.com/andrewgodwin/urlman
  
  PR:		239103
  Submitted by:	Alexander Sieg <alex@xanderio.de>

Added:
  head/www/py-urlman/
  head/www/py-urlman/Makefile   (contents, props changed)
  head/www/py-urlman/distinfo   (contents, props changed)
  head/www/py-urlman/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Aug 25 18:51:09 2019	(r509844)
+++ head/www/Makefile	Sun Aug 25 18:51:34 2019	(r509845)
@@ -1880,6 +1880,7 @@
     SUBDIR += py-unit
     SUBDIR += py-url
     SUBDIR += py-urlgrabber
+    SUBDIR += py-urlman
     SUBDIR += py-urlobject
     SUBDIR += py-urlwatch
     SUBDIR += py-user_agent

Added: head/www/py-urlman/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-urlman/Makefile	Sun Aug 25 18:51:34 2019	(r509845)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	urlman
+DISTVERSION=	1.2.0
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	alex@xanderio.de
+COMMENT=	Nicer way to do URLs for Django models
+
+LICENSE=	APACHE20
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-urlman/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-urlman/distinfo	Sun Aug 25 18:51:34 2019	(r509845)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1563114829
+SHA256 (urlman-1.2.0.tar.gz) = 32d8d3fca062be7dee97d144dff08f312d4f444d28550e0a38651c02353c75c8
+SIZE (urlman-1.2.0.tar.gz) = 3599

Added: head/www/py-urlman/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-urlman/pkg-descr	Sun Aug 25 18:51:34 2019	(r509845)
@@ -0,0 +1,5 @@
+Replaces things like get_absolute_url with a .urls attribute that can reference
+other URLs and build sensible trees of things, and can then be accessed using
+instance.urls.name.
+
+WWW: https://github.com/andrewgodwin/urlman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908251851.x7PIpYSP006562>