Skip to content

Commit

Permalink
py-editorconfig-core: updated to 0.12.4
Browse files Browse the repository at this point in the history
0.12.4
Unknown changes
  • Loading branch information
adam committed Feb 14, 2024
1 parent 0ee2016 commit 37c57f0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
12 changes: 7 additions & 5 deletions devel/py-editorconfig-core/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:03 wiz Exp $
# $NetBSD: Makefile,v 1.7 2024/02/14 21:29:25 adam Exp $

DISTNAME= EditorConfig-0.12.3
DISTNAME= EditorConfig-0.12.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/EditorConfig/editorconfig-core/}
PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=E/EditorConfig/}

Expand All @@ -11,13 +10,16 @@ HOMEPAGE= https://editorconfig.org/
COMMENT= Editorconfig python library
LICENSE= python-software-foundation AND modified-bsd

TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42.2:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel

USE_LANGUAGES= # none

USE_PKG_RESOURCES= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27

post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} editorconfig editorconfig-${PYVERSSUFFIX} || ${TRUE}

.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
15 changes: 9 additions & 6 deletions devel/py-editorconfig-core/PLIST
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
@comment $NetBSD: PLIST,v 1.3 2021/03/20 18:55:52 adam Exp $
@comment $NetBSD: PLIST,v 1.4 2024/02/14 21:29:25 adam Exp $
bin/editorconfig-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${WHEEL_INFODIR}/COPYING
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.BSD
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.PSF
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/editorconfig/__init__.py
${PYSITELIB}/editorconfig/__init__.pyc
${PYSITELIB}/editorconfig/__init__.pyo
Expand Down
8 changes: 4 additions & 4 deletions devel/py-editorconfig-core/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2021/10/26 10:18:24 nia Exp $
$NetBSD: distinfo,v 1.6 2024/02/14 21:29:25 adam Exp $

BLAKE2s (EditorConfig-0.12.3.tar.gz) = c4b50544696ae72b324ad9220a6c4a16f45650e508a88b0ef9ea8bc5b272bd18
SHA512 (EditorConfig-0.12.3.tar.gz) = 2cb909559dbcf0debab1ee41104dcfdede22aa5e74fcba6ad7b6d5317249ccf7f78b14b4bca4c75d8c4d4c226f5ea18349504fb07eff90ee8e157d67482a99f8
Size (EditorConfig-0.12.3.tar.gz) = 13329 bytes
BLAKE2s (EditorConfig-0.12.4.tar.gz) = 4667fbba8a8520de2319cb4c8f3e65965b617637908c3191f780441d9c75d9db
SHA512 (EditorConfig-0.12.4.tar.gz) = 5e3bbc13a9388a68e003c9282e694cbed6b03f91d382c8b30f10f7af81c3c86185f546de48423dea4101cffe74e1483a7d75c1b1399c8edaeb09a339da07e4dd
Size (EditorConfig-0.12.4.tar.gz) = 13278 bytes

0 comments on commit 37c57f0

Please sign in to comment.