pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-tlv8



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 18 13:11:57 UTC 2023

Modified Files:
        pkgsrc/devel/py-tlv8: DESCR Makefile

Log Message:
py-tlv8: add missing TOOL_DEPENDS

Not for Python 2. Shorten DESCR.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-tlv8/DESCR \
    pkgsrc/devel/py-tlv8/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-tlv8/DESCR
diff -u pkgsrc/devel/py-tlv8/DESCR:1.1 pkgsrc/devel/py-tlv8/DESCR:1.2
--- pkgsrc/devel/py-tlv8/DESCR:1.1      Thu May 18 12:57:16 2023
+++ pkgsrc/devel/py-tlv8/DESCR  Thu May 18 13:11:57 2023
@@ -21,14 +21,3 @@ A TLV8 entry consists of the following p
         * float: floats are stored as little-endian ieee754 numbers
         * string: strings are always UTF-8 encoded and do not contain the
          terminating NULL byte
-
-TLV8 entries whose content is longer than 255 bytes are split up into fragments.
-The type is repeated is repeated in each fragment, only the last fragment may
-contain less than 255 bytes. Fragments of one TLV8 entry must be continuous.
-
-Multiple TLV8 entries can be combined to create larger structures.
-Entries of different types can placed one after another.
-Entries of the same type must be separated by a TLV8 entry of a different
-type (and probably zero length).
-
-TLV8 entries of unknown or unwanted type are to be silently ignored.
Index: pkgsrc/devel/py-tlv8/Makefile
diff -u pkgsrc/devel/py-tlv8/Makefile:1.1 pkgsrc/devel/py-tlv8/Makefile:1.2
--- pkgsrc/devel/py-tlv8/Makefile:1.1   Thu May 18 12:57:16 2023
+++ pkgsrc/devel/py-tlv8/Makefile       Thu May 18 13:11:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/05/18 12:57:16 nikita Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/18 13:11:57 wiz Exp $
 
 DISTNAME=      tlv8-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,11 @@ HOMEPAGE=    https://pypi.org/project/tlv8/
 COMMENT=       Type-Length-Value8 (TLV8) for Python
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index