Version 0.16 ------------ (bugfix release, released on May 16, 2015) - Fix typo preventing the security confirmation prompt from working (#303) - Improve handling of systems with improperly configured file system encoding (#289) - Fix "All archives" output for attic info. (#183) - More user friendly error message when repository key file is not found (#236) - Fix parsing of iso 8601 timestamps with zero microseconds (#282)
23 lines
676 B
Makefile
23 lines
676 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/05/28 07:07:19 wiz Exp $
|
|
|
|
DISTNAME= Attic-0.16
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/A/a/}
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://pypi.python.org/packages/source/A/Attic/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://attic-backup.org/
|
|
COMMENT= Deduplicating backup program
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-msgpack-[0-9]*:../../devel/py-msgpack
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
|
|
FILES_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin && mv attic attic${PYVERSSUFFIX}
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|