head	1.5;
access;
symbols
	pkgsrc-2026Q1:1.5.0.22
	pkgsrc-2026Q1-base:1.5
	pkgsrc-2025Q4:1.5.0.20
	pkgsrc-2025Q4-base:1.5
	pkgsrc-2025Q3:1.5.0.18
	pkgsrc-2025Q3-base:1.5
	pkgsrc-2025Q2:1.5.0.16
	pkgsrc-2025Q2-base:1.5
	pkgsrc-2025Q1:1.5.0.14
	pkgsrc-2025Q1-base:1.5
	pkgsrc-2024Q4:1.5.0.12
	pkgsrc-2024Q4-base:1.5
	pkgsrc-2024Q3:1.5.0.10
	pkgsrc-2024Q3-base:1.5
	pkgsrc-2024Q2:1.5.0.8
	pkgsrc-2024Q2-base:1.5
	pkgsrc-2024Q1:1.5.0.6
	pkgsrc-2024Q1-base:1.5
	pkgsrc-2023Q4:1.5.0.4
	pkgsrc-2023Q4-base:1.5
	pkgsrc-2023Q3:1.5.0.2
	pkgsrc-2023Q3-base:1.5
	pkgsrc-2023Q2:1.3.0.12
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.10
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.3.0.8
	pkgsrc-2022Q4-base:1.3
	pkgsrc-2022Q3:1.3.0.6
	pkgsrc-2022Q3-base:1.3
	pkgsrc-2022Q2:1.3.0.4
	pkgsrc-2022Q2-base:1.3
	pkgsrc-2022Q1:1.3.0.2
	pkgsrc-2022Q1-base:1.3
	pkgsrc-2021Q4:1.2.0.2
	pkgsrc-2021Q4-base:1.2;
locks; strict;
comment	@# @;


1.5
date	2023.09.07.13.42.57;	author schmonz;	state Exp;
branches;
next	1.4;
commitid	Duo2JrZEZdsxjQDE;

1.4
date	2023.06.26.16.31.33;	author schmonz;	state Exp;
branches;
next	1.3;
commitid	bWc0qumRUcUQAtuE;

1.3
date	2022.01.04.20.53.02;	author wiz;	state Exp;
branches;
next	1.2;
commitid	CYyhdK9qtoffkmnD;

1.2
date	2021.12.15.10.04.59;	author schmonz;	state Exp;
branches;
next	1.1;
commitid	DntksKFQpXlhoJkD;

1.1
date	2021.12.15.09.03.52;	author schmonz;	state Exp;
branches;
next	;
commitid	asbrvd2ZTt483JkD;


desc
@@


1.5
log
@Update to 0.0.9. From the changelog:

- Empty files will now just create a blank file if you have not setup
  openssl correctly for the version of urllib3. This mainly happens in
  python 3.7.
@
text
@# $NetBSD: Makefile,v 1.4 2023/06/26 16:31:33 schmonz Exp $

DISTNAME=	empty-files-0.0.9
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=e/empty-files/}

MAINTAINER=	schmonz@@NetBSD.org
HOMEPAGE=	https://github.com/approvals/EmptyFiles.Python
COMMENT=	Null Object pattern for files
LICENSE=	apache-2.0

DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests

TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
@


1.4
log
@Update to 0.0.4. From the changelog:

- Support 3.10 and 3.11
- Drop support of Python 3.6 as it is EOL
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/01/04 20:53:02 wiz Exp $
d3 1
a3 1
DISTNAME=	empty-files-0.0.4
d9 1
a9 1
HOMEPAGE=	https://github.com/approvals/${GITHUB_PROJECT}
@


1.3
log
@*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2021/12/15 10:04:59 schmonz Exp $
d3 1
a3 1
DISTNAME=	empty-files-0.0.3
a4 1
PKGREVISION=	1
@


1.2
log
@Point at PyPI instead of GitHub, suggested by adam@@.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/12/15 09:03:52 schmonz Exp $
d5 1
@


1.1
log
@Add py-empty-files, a Python implementation of the Null Object
pattern for files.

This library will create an empty file of a type requested. If possible,
that file will be the smallest valid file for that type. For example, an
empty jpg will be a 1x1 pixel jpg.
@
text
@d1 1
a1 1
# $NetBSD$
d3 2
a4 5
VERSION=	0.0.3
GITHUB_TAG=	refs/tags/v${VERSION}
GITHUB_PROJECT=	EmptyFiles.Python
DISTNAME=	${GITHUB_PROJECT}-${VERSION}
PKGNAME=	${PYPKGPREFIX}-empty-files-${VERSION}
d6 1
a6 1
MASTER_SITES=	${MASTER_SITE_GITHUB:=approvals/}
a12 2
WRKSRC=		${WRKDIR}/${DISTNAME}

a18 1
PYTHON_VERSIONED_DEPENDENCIES=	test
@

