Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2014 08:48:17 +0200 (EET)
From:      Johannes Jost Meixner <xmj@chaot.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187690: [NEW PORT] devel/py-logan: Logan is a toolkit for running standalone Django applications
Message-ID:  <9765963785347150052.enqueue@mx12.chaot.net>
Resent-Message-ID: <201403180650.s2I6o0iu091626@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187690
>Category:       ports
>Synopsis:       [NEW PORT] devel/py-logan: Logan is a toolkit for running standalone Django applications
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 18 06:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Johannes Jost Meixner
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
Goldener Grund OUe
>Environment:
System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #5: Sun Mar 16 14:38:54 EET 2014
>Description:
Logan is a toolkit for running standalone Django applications. It provides you
with tools to create a CLI runner, manage settings, and the ability to bootstrap
the process.

WWW: https://github.com/dcramer/logan

portlint: looks fine.
port test: ok
testport: ok
redports: https://redports.org/buildarchive/20140318063318-43342/

Generated with FreeBSD Port Tools 1.00.2014.03.16 (mode: new)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-logan
#	py-logan/Makefile
#	py-logan/pkg-descr
#	py-logan/files
#	py-logan/files/patch-setup.py
#	py-logan/distinfo
#
echo c - py-logan
mkdir -p py-logan > /dev/null 2>&1
echo x - py-logan/Makefile
sed 's/^X//' >py-logan/Makefile << '91beb2a2cff43a5226244e11409f1273'
X# Created by: Johannes Meixner <xmj@chaot.net>
X# $FreeBSD$
X
XPORTNAME=	logan
XPORTVERSION=	0.5.10
XCATEGORIES=	devel python
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	xmj@chaot.net
XCOMMENT=	Logan is a toolkit for running standalone Django applications
X
XLICENSE=	APACHE20
X
XRUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django \
X		${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock
XTEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock \
X		${PYTHON_PKGNAMEPREFIX}nose>=1.1.2:${PORTSDIR}/devel/py-nose \
X		${PYTHON_PKGNAMEPREFIX}unittest2:${PORTSDIR}/devel/py-unittest2
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
XPYDISTUTILS_AUTOPLIST=	yes
XPORTDOCS=	README.rst
X
XDOCSDIR=	${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
X
XUSE_GITHUB=	yes
XGH_ACCOUNT=	dcramer
XGH_COMMIT=	7bf71b5
XGH_TAGNAME=	0.5.10
X
Xpost-install:
X	${MKDIR} ${STAGEDIR}${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR}/README.rst
X
Xcheck test: build
X	cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
X
X.include <bsd.port.mk>
91beb2a2cff43a5226244e11409f1273
echo x - py-logan/pkg-descr
sed 's/^X//' >py-logan/pkg-descr << 'd2e743fc1eeca170ed4c819c8b32fb53'
XLogan is a toolkit for running standalone Django applications. It provides you
Xwith tools to create a CLI runner, manage settings, and the ability to bootstrap
Xthe process.
X
XWWW: https://github.com/dcramer/logan
d2e743fc1eeca170ed4c819c8b32fb53
echo c - py-logan/files
mkdir -p py-logan/files > /dev/null 2>&1
echo x - py-logan/files/patch-setup.py
sed 's/^X//' >py-logan/files/patch-setup.py << '6bcf05af4a7c5c7ba7e8a8a31eab20fa'
X--- ./setup.py.orig	2014-03-17 18:14:19.000000000 +0200
X+++ ./setup.py	2014-03-17 18:14:54.000000000 +0200
X@@ -23,13 +23,6 @@
X     long_description=__doc__,
X     zip_safe=False,
X     install_requires=[],
X-    tests_require=[
X-        'django>=1',
X-        'mock>=0.8.0',
X-        'nose>=1.1.2',
X-        'unittest2',
X-    ],
X-    test_suite='unittest2.collector',
X     license='Apache License 2.0',
X     include_package_data=True,
X     classifiers=[
6bcf05af4a7c5c7ba7e8a8a31eab20fa
echo x - py-logan/distinfo
sed 's/^X//' >py-logan/distinfo << '040c51563081b2f7455c21802b5c8834'
XSHA256 (logan-0.5.10.tar.gz) = 0e8abffbec5595545c962e0be2b68a1479345a33083a692e7977929e7ef6b8e4
XSIZE (logan-0.5.10.tar.gz) = 10269
040c51563081b2f7455c21802b5c8834
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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