Date: Sat, 6 Oct 2018 04:49:35 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481316 - head/irc/py-limnoria Message-ID: <201810060449.w964nZ5A052122@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sat Oct 6 04:49:35 2018 New Revision: 481316 URL: https://svnweb.freebsd.org/changeset/ports/481316 Log: irc/py-limnoria: Update to 2018.09.09 * Switch to GitHub for sources. The PyPI sdist does not package the license and a couple of other useful files. * Update TEST_DEPENDS to include optional dependencies that produce skipped tests when not installed * Pet portlint for Makefile ordering Modified: head/irc/py-limnoria/Makefile head/irc/py-limnoria/distinfo Modified: head/irc/py-limnoria/Makefile ============================================================================== --- head/irc/py-limnoria/Makefile Sat Oct 6 04:39:47 2018 (r481315) +++ head/irc/py-limnoria/Makefile Sat Oct 6 04:49:35 2018 (r481316) @@ -2,22 +2,36 @@ # $FreeBSD$ PORTNAME= limnoria -PORTVERSION= 2016.06.29 +PORTVERSION= 2018.09.09 CATEGORIES= irc python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Modified version of Supybot (IRC bot and framework) LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.md -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} +USES= python # 2.6+ +USE_GITHUB= yes +USE_PYTHON= autoplist concurrent distutils + +GH_ACCOUNT= ProgVal +GH_PROJECT= Limnoria +GH_TAGNAME= master-2018-09-10 + OPTIONS_DEFINE= ECDSA PROXY OPTIONS_DEFAULT= ECDSA ENCODING RSS TIME + OPTIONS_GROUP= EXTRAS OPTIONS_GROUP_EXTRAS= ENCODING GPG RSS TIME + OPTIONS_RADIO= AKA OPTIONS_RADIO_AKA= SQLITE SQLALCHEMY @@ -45,9 +59,6 @@ TIME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:d SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} SQLALCHEMY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>0:databases/py-sqlalchemy10@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/irc/py-limnoria/distinfo ============================================================================== --- head/irc/py-limnoria/distinfo Sat Oct 6 04:39:47 2018 (r481315) +++ head/irc/py-limnoria/distinfo Sat Oct 6 04:49:35 2018 (r481316) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470569656 -SHA256 (limnoria-2016.06.29.tar.gz) = e2c096e4f794ca7040e2a2191abfedbb9187df9421e6a3adc90022c6e6e86dca -SIZE (limnoria-2016.06.29.tar.gz) = 868594 +TIMESTAMP = 1538799817 +SHA256 (ProgVal-Limnoria-2018.09.09-master-2018-09-10_GH0.tar.gz) = 66af1f9bf02ae8a614451445efdcd5c782cc9881a3775de1f74d748c65626a6d +SIZE (ProgVal-Limnoria-2018.09.09-master-2018-09-10_GH0.tar.gz) = 963326
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810060449.w964nZ5A052122>