Skip to content

Commit 287cf51

Browse files
committed
devel/py-assertpy: import py-assertpy-1.1
Simple assertions library for unit testing in Python with a nice fluent API.
1 parent df780b4 commit 287cf51

4 files changed

Lines changed: 76 additions & 0 deletions

File tree

devel/py-assertpy/DESCR

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Simple assertions library for unit testing in Python with a nice
2+
fluent API.

devel/py-assertpy/Makefile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# $NetBSD: Makefile,v 1.1 2025/08/04 08:00:09 wiz Exp $
2+
3+
DISTNAME= assertpy-1.1
4+
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5+
CATEGORIES= devel python
6+
MASTER_SITES= ${MASTER_SITE_PYPI:=a/assertpy/}
7+
8+
MAINTAINER= pkgsrc-users@NetBSD.org
9+
HOMEPAGE= https://github.com/assertpy/assertpy
10+
COMMENT= Simple assertion library for unit testing in python with a fluent API
11+
LICENSE= modified-bsd
12+
13+
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
14+
15+
USE_LANGUAGES= # none
16+
17+
.include "../../lang/python/wheel.mk"
18+
.include "../../mk/bsd.pkg.mk"

devel/py-assertpy/PLIST

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
@comment $NetBSD: PLIST,v 1.1 2025/08/04 08:00:09 wiz Exp $
2+
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
3+
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
4+
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
5+
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
6+
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
7+
${PYSITELIB}/assertpy/__init__.py
8+
${PYSITELIB}/assertpy/__init__.pyc
9+
${PYSITELIB}/assertpy/__init__.pyo
10+
${PYSITELIB}/assertpy/assertpy.py
11+
${PYSITELIB}/assertpy/assertpy.pyc
12+
${PYSITELIB}/assertpy/assertpy.pyo
13+
${PYSITELIB}/assertpy/base.py
14+
${PYSITELIB}/assertpy/base.pyc
15+
${PYSITELIB}/assertpy/base.pyo
16+
${PYSITELIB}/assertpy/collection.py
17+
${PYSITELIB}/assertpy/collection.pyc
18+
${PYSITELIB}/assertpy/collection.pyo
19+
${PYSITELIB}/assertpy/contains.py
20+
${PYSITELIB}/assertpy/contains.pyc
21+
${PYSITELIB}/assertpy/contains.pyo
22+
${PYSITELIB}/assertpy/date.py
23+
${PYSITELIB}/assertpy/date.pyc
24+
${PYSITELIB}/assertpy/date.pyo
25+
${PYSITELIB}/assertpy/dict.py
26+
${PYSITELIB}/assertpy/dict.pyc
27+
${PYSITELIB}/assertpy/dict.pyo
28+
${PYSITELIB}/assertpy/dynamic.py
29+
${PYSITELIB}/assertpy/dynamic.pyc
30+
${PYSITELIB}/assertpy/dynamic.pyo
31+
${PYSITELIB}/assertpy/exception.py
32+
${PYSITELIB}/assertpy/exception.pyc
33+
${PYSITELIB}/assertpy/exception.pyo
34+
${PYSITELIB}/assertpy/extracting.py
35+
${PYSITELIB}/assertpy/extracting.pyc
36+
${PYSITELIB}/assertpy/extracting.pyo
37+
${PYSITELIB}/assertpy/file.py
38+
${PYSITELIB}/assertpy/file.pyc
39+
${PYSITELIB}/assertpy/file.pyo
40+
${PYSITELIB}/assertpy/helpers.py
41+
${PYSITELIB}/assertpy/helpers.pyc
42+
${PYSITELIB}/assertpy/helpers.pyo
43+
${PYSITELIB}/assertpy/numeric.py
44+
${PYSITELIB}/assertpy/numeric.pyc
45+
${PYSITELIB}/assertpy/numeric.pyo
46+
${PYSITELIB}/assertpy/snapshot.py
47+
${PYSITELIB}/assertpy/snapshot.pyc
48+
${PYSITELIB}/assertpy/snapshot.pyo
49+
${PYSITELIB}/assertpy/string.py
50+
${PYSITELIB}/assertpy/string.pyc
51+
${PYSITELIB}/assertpy/string.pyo

devel/py-assertpy/distinfo

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$NetBSD: distinfo,v 1.1 2025/08/04 08:00:10 wiz Exp $
2+
3+
BLAKE2s (assertpy-1.1.tar.gz) = 39f699eeaaa2edab95cf293c540ff10f7c600818ca7d7577d5b7da4aa886e9b8
4+
SHA512 (assertpy-1.1.tar.gz) = 02df6261beefe71105c2915f7afb4a7f54495c04934ef4abbc9a9ea7e9afef7ce4c0f01da59464659bd30484605203be314ae872d96d3899882ce3d523a4f233
5+
Size (assertpy-1.1.tar.gz) = 25421 bytes

0 commit comments

Comments
 (0)