FreeBSD Bugzilla – Attachment 194802 Details for
Bug 229439
[NEW PORT] converters/py-text-unidecode: Most basic port of Perl's Text::Unidecode module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-text-unidecode.patch
py-text-unidecode.patch (text/plain), 2.50 KB, created by
Kai Knoblich
on 2018-06-30 22:03:52 UTC
(
hide
)
Description:
py-text-unidecode.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-06-30 22:03:52 UTC
Size:
2.50 KB
patch
obsolete
>Index: py-text-unidecode/Makefile >=================================================================== >--- py-text-unidecode/Makefile (nonexistent) >+++ py-text-unidecode/Makefile (working copy) >@@ -0,0 +1,20 @@ >+# $FreeBSD$ >+ >+PORTNAME= text-unidecode >+DISTVERSION= 1.2 >+CATEGORIES= converters python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= freebsd_ports@k-worx.org >+COMMENT= Most basic port of Perl's Text::Unidecode module >+ >+LICENSE= ART10 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USES= python >+USE_PYTHON= distutils autoplist >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> > >Property changes on: py-text-unidecode/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-text-unidecode/distinfo >=================================================================== >--- py-text-unidecode/distinfo (nonexistent) >+++ py-text-unidecode/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1530183792 >+SHA256 (text-unidecode-1.2.tar.gz) = 5a1375bb2ba7968740508ae38d92e1f889a0832913cb1c447d5e2046061a396d >+SIZE (text-unidecode-1.2.tar.gz) = 76872 > >Property changes on: py-text-unidecode/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-text-unidecode/pkg-descr >=================================================================== >--- py-text-unidecode/pkg-descr (nonexistent) >+++ py-text-unidecode/pkg-descr (working copy) >@@ -0,0 +1,7 @@ >+text-unidecode is the most basic port of the Text::Unidecode Perl library. There >+are other Python ports of Text::Unidecode (unidecode and isounidecode). >+ >+unidecode is GPL, isounidecode uses too much memory, and it didn't support >+Python 3 when this package was created. >+ >+WWW: https://github.com/kmike/text-unidecode > >Property changes on: py-text-unidecode/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 229439
: 194802