Skip to content

Commit

Permalink
py-cppy: update to 1.2.1.
Browse files Browse the repository at this point in the history
1.2.1 - 03/30/2022
------------------
- make the pyproject.toml fully PEP 621 compliant PR #19

1.2.0 - 03/11/2022
------------------
- expose a build_ext subclass that can be re-used in other projects PR #16
- use a PEP 517 compatible install procedure PR #16
- do not access directly ob_type on PyObject use Py_TYPE
  • Loading branch information
0-wiz-0 committed Jun 16, 2023
1 parent 9bbb9d2 commit 91e8197
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
7 changes: 4 additions & 3 deletions devel/py-cppy/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.2 2022/01/04 20:52:58 wiz Exp $
# $NetBSD: Makefile,v 1.3 2023/06/16 21:24:59 wiz Exp $

DISTNAME= cppy-1.1.0
DISTNAME= cppy-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cppy/}

Expand All @@ -11,6 +10,8 @@ HOMEPAGE= https://github.com/nucleic/cppy
COMMENT= C++ headers for C extension development
LICENSE= modified-bsd

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

USE_LANGUAGES= # none

.include "../../lang/python/egg.mk"
Expand Down
5 changes: 4 additions & 1 deletion devel/py-cppy/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2021/05/05 09:28:50 adam Exp $
@comment $NetBSD: PLIST,v 1.2 2023/06/16 21:24:59 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Expand All @@ -10,3 +10,6 @@ ${PYSITELIB}/cppy/include/cppy/cppy.h
${PYSITELIB}/cppy/include/cppy/defines.h
${PYSITELIB}/cppy/include/cppy/errors.h
${PYSITELIB}/cppy/include/cppy/ptr.h
${PYSITELIB}/cppy/version.py
${PYSITELIB}/cppy/version.pyc
${PYSITELIB}/cppy/version.pyo
8 changes: 4 additions & 4 deletions devel/py-cppy/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 10:18:21 nia Exp $
$NetBSD: distinfo,v 1.4 2023/06/16 21:24:59 wiz Exp $

BLAKE2s (cppy-1.1.0.tar.gz) = 2621d39facacddc55c2d1a1c7bc5f874077593c2e730fc602357fd1ff96d4bc6
SHA512 (cppy-1.1.0.tar.gz) = 9ef4db580c963219a111ab10bc263cdf2c4386e27fce8ffe5c785fc7e8f6c6b60cb23ce918959c6f17194fd6977cc65fa64d167a0b62e6cff0cf662154bc734c
Size (cppy-1.1.0.tar.gz) = 11777 bytes
BLAKE2s (cppy-1.2.1.tar.gz) = 989ce8362d0209c31cbd80c913524ffb0f5505b75d477fd8cd7690479503fd78
SHA512 (cppy-1.2.1.tar.gz) = 4215051ce848faccfabcfbd840a343bc81d1ef0321ff0837354560dc6208cc235a6a130bab96f8fe42d5f630d1dfc20795928c64f6204a49e8f04b3fda8f9c90
Size (cppy-1.2.1.tar.gz) = 18040 bytes

0 comments on commit 91e8197

Please sign in to comment.