FreeBSD Bugzilla – Attachment 194888 Details for
Bug 229528
[NEW PORT] textproc/py-fingerprints: Easy comparing and cross-referencing of companies and people
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-fingerprints.patch
py-fingerprints.patch (text/plain), 2.77 KB, created by
Kai Knoblich
on 2018-07-05 05:17:23 UTC
(
hide
)
Description:
py-fingerprints.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-07-05 05:17:23 UTC
Size:
2.77 KB
patch
obsolete
>Index: py-fingerprints/Makefile >=================================================================== >--- py-fingerprints/Makefile (nonexistent) >+++ py-fingerprints/Makefile (working copy) >@@ -0,0 +1,27 @@ >+# $FreeBSD$ >+ >+PORTNAME= fingerprints >+DISTVERSION= 0.5.4 >+CATEGORIES= textproc python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= Easy comparing and cross-referencing of companies and people >+ >+LICENSE= MIT >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}normality>=0.4.0:textproc/py-normality@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= distutils autoplist >+ >+NO_ARCH= yes >+ >+post-extract: >+ # Prevents that the tests directory will be installed into site-packages >+ @(cd ${WRKSRC} && ${MV} tests test) >+ >+.include <bsd.port.mk> > >Property changes on: py-fingerprints/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-fingerprints/distinfo >=================================================================== >--- py-fingerprints/distinfo (nonexistent) >+++ py-fingerprints/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1530199613 >+SHA256 (fingerprints-0.5.4.tar.gz) = e720fa97356c6b8e227474aa8dbeb3c10e93452820a447e632d547bdb1981c5a >+SIZE (fingerprints-0.5.4.tar.gz) = 10454 > >Property changes on: py-fingerprints/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-fingerprints/pkg-descr >=================================================================== >--- py-fingerprints/pkg-descr (nonexistent) >+++ py-fingerprints/pkg-descr (working copy) >@@ -0,0 +1,6 @@ >+This library helps with the generation of fingerprints for entity data. A >+fingerprint in this context is understood as a simplified entity identifier, >+derived from it's name or address and used for cross-referencing of entity >+across different datasets. >+ >+WWW: https://github.com/alephdata/fingerprints > >Property changes on: py-fingerprints/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229528
: 194888