py-inflection: updated to 0.5.1

0.5.1

Bug Fixes

Fix type hints not working

0.5.0

Features

Add type hints
This commit is contained in:
adam 2024-01-18 18:14:09 +00:00
parent 216904b9c7
commit 1beed2152f
3 changed files with 23 additions and 18 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:56 wiz Exp $
# $NetBSD: Makefile,v 1.3 2024/01/18 18:14:09 adam Exp $
DISTNAME= inflection-0.3.1
DISTNAME= inflection-0.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/inflection/}
@ -11,7 +10,12 @@ HOMEPAGE= https://github.com/jpvanhal/inflection
COMMENT= Port of Ruby on Rails inflector to Python
LICENSE= mit
USE_LANGUAGES= # none
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
.include "../../lang/python/egg.mk"
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,9 +1,10 @@
@comment $NetBSD: PLIST,v 1.1 2017/07/09 10:33:20 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/inflection.py
${PYSITELIB}/inflection.pyc
${PYSITELIB}/inflection.pyo
@comment $NetBSD: PLIST,v 1.2 2024/01/18 18:14:09 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/inflection/__init__.py
${PYSITELIB}/inflection/__init__.pyc
${PYSITELIB}/inflection/__init__.pyo
${PYSITELIB}/inflection/py.typed

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 11:23:04 nia Exp $
$NetBSD: distinfo,v 1.4 2024/01/18 18:14:09 adam Exp $
BLAKE2s (inflection-0.3.1.tar.gz) = de646325400597a6bcf43902d6d26db3a17fe7cfa285a6f14d3bebaafa2e7764
SHA512 (inflection-0.3.1.tar.gz) = d1499ccbba2537914a738de8b6b24d69bd459d9b22bad1e838a8f7adc9b94054631bdb0557ac283cbfccae83a33a969dd44612df22b78f92eb27ae4ea999f560
Size (inflection-0.3.1.tar.gz) = 8715 bytes
BLAKE2s (inflection-0.5.1.tar.gz) = e90d1cb2f7a392f3fe7d141fee03b506c3da6193d4534b7b085432154fc9ff1d
SHA512 (inflection-0.5.1.tar.gz) = 82f70e2b81fb166260191a464383f6674e3b21504a35ee605ac6ce4bb163c8f3bbe6d06379575178d7196701459506dd541f32e48f24b32f42d5cfb717158d50
Size (inflection-0.5.1.tar.gz) = 15091 bytes