pkgsrc/time/py-parsedatetime/Makefile
wiz 2760cd4a6b Update to 1.1.2:
03 Mar 2013 - bear
    bumped version to 1.1.1

    Ugh - debug log caused an error during formatting
    Issue 10 https://github.com/bear/parsedatetime/issues/10

14 Nov 2012 - bear

    Added test for "last friday"
    Updated MANIFEST to reflect renamed README file
    Bumped version to 1.1

15 Mar 2011 - bear

    Updated 1.0.0 code to work with 2.6+ (need to try 2.5) and also updated
    docs and other supporting code

07 Sep 2009 - bear

    Created branches/python25 from current trunk to save the current code

    Converted trunk to Python 3 and also refactored how the module is structured
    so that it no longer requires import parsedatetime.parsedatetime

    Bumped version to 1.0.0 to reflect the major refactoring
2014-01-19 19:52:44 +00:00

18 lines
583 B
Makefile

# $NetBSD: Makefile,v 1.5 2014/01/19 19:52:44 wiz Exp $
DISTNAME= v1.1.2
PKGNAME= ${PYPKGPREFIX}-parsedatetime-${DISTNAME:S/v//}
CATEGORIES= time python
MASTER_SITES= https://github.com/bear/parsedatetime/archive/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/bear/parsedatetime
COMMENT= Python module for parsing human-readable date/time text
LICENSE= apache-2.0
DIST_SUBDIR= py-parsedatetime
WRKSRC= ${WRKDIR}/parsedatetime-${DISTNAME:S/v//}
EGG_NAME= parsedatetime-${DISTNAME:S/v//}
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"