pkgsrc-WIP-changes archive

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

proselint: Import proselint-0.3.5 as wip/proselint



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Mar 7 12:42:13 2016 +0100
Changeset:	52ff39589c98b6c524afab7f35ed7b2f7d565274

Modified Files:
	Makefile
Added Files:
	proselint/DESCR
	proselint/Makefile
	proselint/PLIST
	proselint/distinfo

Log Message:
proselint: Import proselint-0.3.5 as wip/proselint

proselint is a linter for prose. A linter is a computer program that, like a
spell checker, scans through a document and analyzes it.

proselint places the world's greatest writers and editors by your side, where
they whisper suggestions on how to improve your prose. You'll be guided by
advice inspired by Bryan Garner, David Foster Wallace, Chuck Palahniuk, Steve
Pinker, Mary Norris, Mark Twain, Elmore Leonard, George Orwell, Matthew
Butterick, William Strunk, E.B. White, Philip Corbett, Ernest Gowers, and the
editorial staff of the world's finest literary magazines and newspapers, among
others. Our goal is to aggregate knowledge about best practices in writing and
to make that knowledge immediately accessible to all authors in the form of a
linter for prose.

proselint is a command-line utility that can be integrated into existing tools.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=52ff39589c98b6c524afab7f35ed7b2f7d565274

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

diffstat:
 Makefile           |   1 +
 proselint/DESCR    |  11 ++
 proselint/Makefile |  27 +++++
 proselint/PLIST    | 335 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 proselint/distinfo |   6 +
 5 files changed, 380 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index decbf6d..d87d562 100644
--- a/Makefile
+++ b/Makefile
@@ -2599,6 +2599,7 @@ SUBDIR+=	procps
 SUBDIR+=	profanity
 SUBDIR+=	progreiserfs
 SUBDIR+=	proplib
+SUBDIR+=	proselint
 SUBDIR+=	prover9
 SUBDIR+=	proxychains
 SUBDIR+=	proxyknife
diff --git a/proselint/DESCR b/proselint/DESCR
new file mode 100644
index 0000000..db4005f
--- /dev/null
+++ b/proselint/DESCR
@@ -0,0 +1,11 @@
+proselint places the world's greatest writers and editors by your side, where
+they whisper suggestions on how to improve your prose. You'll be guided by
+advice inspired by Bryan Garner, David Foster Wallace, Chuck Palahniuk, Steve
+Pinker, Mary Norris, Mark Twain, Elmore Leonard, George Orwell, Matthew
+Butterick, William Strunk, E.B. White, Philip Corbett, Ernest Gowers, and the
+editorial staff of the world's finest literary magazines and newspapers, among
+others. Our goal is to aggregate knowledge about best practices in writing and
+to make that knowledge immediately accessible to all authors in the form of a
+linter for prose.
+
+proselint is a command-line utility that can be integrated into existing tools.
diff --git a/proselint/Makefile b/proselint/Makefile
new file mode 100644
index 0000000..4c1cbb5
--- /dev/null
+++ b/proselint/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	proselint-0.3.5
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_GITHUB:=amperser/}
+
+MAINTAINER=	leot%NetBSD.org@localhost
+HOMEPAGE=	http://proselint.com/
+COMMENT=	Linter for prose
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-click>=0:../../devel/py-click
+DEPENDS+=	${PYPKGPREFIX}-six>=0:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-future>=0:../../wip/py-future
+
+# proselint/version.py
+SUBST_CLASSES+=		version
+SUBST_STAGE.version=	pre-configure
+SUBST_MESSAGE.version=	Ajdust the version number.
+SUBST_FILES.version=	proselint/version.py
+SUBST_SED.version=	-e 's,0.3.4,0.3.5,g'
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/proselint/PLIST b/proselint/PLIST
new file mode 100644
index 0000000..e8f256a
--- /dev/null
+++ b/proselint/PLIST
@@ -0,0 +1,335 @@
+@comment $NetBSD$
+bin/proselint
+${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}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/proselint/.proselintrc
+${PYSITELIB}/proselint/__init__.py
+${PYSITELIB}/proselint/__init__.pyc
+${PYSITELIB}/proselint/__init__.pyo
+${PYSITELIB}/proselint/checks/__init__.py
+${PYSITELIB}/proselint/checks/__init__.pyc
+${PYSITELIB}/proselint/checks/__init__.pyo
+${PYSITELIB}/proselint/checks/butterick/__init__.py
+${PYSITELIB}/proselint/checks/butterick/__init__.pyc
+${PYSITELIB}/proselint/checks/butterick/__init__.pyo
+${PYSITELIB}/proselint/checks/butterick/symbols.py
+${PYSITELIB}/proselint/checks/butterick/symbols.pyc
+${PYSITELIB}/proselint/checks/butterick/symbols.pyo
+${PYSITELIB}/proselint/checks/carlin/__init__.py
+${PYSITELIB}/proselint/checks/carlin/__init__.pyc
+${PYSITELIB}/proselint/checks/carlin/__init__.pyo
+${PYSITELIB}/proselint/checks/carlin/filth.py
+${PYSITELIB}/proselint/checks/carlin/filth.pyc
+${PYSITELIB}/proselint/checks/carlin/filth.pyo
+${PYSITELIB}/proselint/checks/consistency/__init__.py
+${PYSITELIB}/proselint/checks/consistency/__init__.pyc
+${PYSITELIB}/proselint/checks/consistency/__init__.pyo
+${PYSITELIB}/proselint/checks/consistency/spacing.py
+${PYSITELIB}/proselint/checks/consistency/spacing.pyc
+${PYSITELIB}/proselint/checks/consistency/spacing.pyo
+${PYSITELIB}/proselint/checks/consistency/spelling.py
+${PYSITELIB}/proselint/checks/consistency/spelling.pyc
+${PYSITELIB}/proselint/checks/consistency/spelling.pyo
+${PYSITELIB}/proselint/checks/garner/__init__.py
+${PYSITELIB}/proselint/checks/garner/__init__.pyc
+${PYSITELIB}/proselint/checks/garner/__init__.pyo
+${PYSITELIB}/proselint/checks/garner/airlinese.py
+${PYSITELIB}/proselint/checks/garner/airlinese.pyc
+${PYSITELIB}/proselint/checks/garner/airlinese.pyo
+${PYSITELIB}/proselint/checks/garner/am_pm.py
+${PYSITELIB}/proselint/checks/garner/am_pm.pyc
+${PYSITELIB}/proselint/checks/garner/am_pm.pyo
+${PYSITELIB}/proselint/checks/garner/animal_labels.py
+${PYSITELIB}/proselint/checks/garner/animal_labels.pyc
+${PYSITELIB}/proselint/checks/garner/animal_labels.pyo
+${PYSITELIB}/proselint/checks/garner/archaism.py
+${PYSITELIB}/proselint/checks/garner/archaism.pyc
+${PYSITELIB}/proselint/checks/garner/archaism.pyo
+${PYSITELIB}/proselint/checks/garner/back_formations.py
+${PYSITELIB}/proselint/checks/garner/back_formations.pyc
+${PYSITELIB}/proselint/checks/garner/back_formations.pyo
+${PYSITELIB}/proselint/checks/garner/bureaucratese.py
+${PYSITELIB}/proselint/checks/garner/bureaucratese.pyc
+${PYSITELIB}/proselint/checks/garner/bureaucratese.pyo
+${PYSITELIB}/proselint/checks/garner/capitalization.py
+${PYSITELIB}/proselint/checks/garner/capitalization.pyc
+${PYSITELIB}/proselint/checks/garner/capitalization.pyo
+${PYSITELIB}/proselint/checks/garner/cliches.py
+${PYSITELIB}/proselint/checks/garner/cliches.pyc
+${PYSITELIB}/proselint/checks/garner/cliches.pyo
+${PYSITELIB}/proselint/checks/garner/commercialese.py
+${PYSITELIB}/proselint/checks/garner/commercialese.pyc
+${PYSITELIB}/proselint/checks/garner/commercialese.pyo
+${PYSITELIB}/proselint/checks/garner/dates.py
+${PYSITELIB}/proselint/checks/garner/dates.pyc
+${PYSITELIB}/proselint/checks/garner/dates.pyo
+${PYSITELIB}/proselint/checks/garner/denizen_labels.py
+${PYSITELIB}/proselint/checks/garner/denizen_labels.pyc
+${PYSITELIB}/proselint/checks/garner/denizen_labels.pyo
+${PYSITELIB}/proselint/checks/garner/illogic.py
+${PYSITELIB}/proselint/checks/garner/illogic.pyc
+${PYSITELIB}/proselint/checks/garner/illogic.pyo
+${PYSITELIB}/proselint/checks/garner/jargon.py
+${PYSITELIB}/proselint/checks/garner/jargon.pyc
+${PYSITELIB}/proselint/checks/garner/jargon.pyo
+${PYSITELIB}/proselint/checks/garner/malapropisms.py
+${PYSITELIB}/proselint/checks/garner/malapropisms.pyc
+${PYSITELIB}/proselint/checks/garner/malapropisms.pyo
+${PYSITELIB}/proselint/checks/garner/many_a.py
+${PYSITELIB}/proselint/checks/garner/many_a.pyc
+${PYSITELIB}/proselint/checks/garner/many_a.pyo
+${PYSITELIB}/proselint/checks/garner/misspelling.py
+${PYSITELIB}/proselint/checks/garner/misspelling.pyc
+${PYSITELIB}/proselint/checks/garner/misspelling.pyo
+${PYSITELIB}/proselint/checks/garner/mixed_metaphors.py
+${PYSITELIB}/proselint/checks/garner/mixed_metaphors.pyc
+${PYSITELIB}/proselint/checks/garner/mixed_metaphors.pyo
+${PYSITELIB}/proselint/checks/garner/mondegreens.py
+${PYSITELIB}/proselint/checks/garner/mondegreens.pyc
+${PYSITELIB}/proselint/checks/garner/mondegreens.pyo
+${PYSITELIB}/proselint/checks/garner/needless_variants.py
+${PYSITELIB}/proselint/checks/garner/needless_variants.pyc
+${PYSITELIB}/proselint/checks/garner/needless_variants.pyo
+${PYSITELIB}/proselint/checks/garner/oxymorons.py
+${PYSITELIB}/proselint/checks/garner/oxymorons.pyc
+${PYSITELIB}/proselint/checks/garner/oxymorons.pyo
+${PYSITELIB}/proselint/checks/garner/preferred_forms.py
+${PYSITELIB}/proselint/checks/garner/preferred_forms.pyc
+${PYSITELIB}/proselint/checks/garner/preferred_forms.pyo
+${PYSITELIB}/proselint/checks/garner/punctuation.py
+${PYSITELIB}/proselint/checks/garner/punctuation.pyc
+${PYSITELIB}/proselint/checks/garner/punctuation.pyo
+${PYSITELIB}/proselint/checks/garner/redundancy.py
+${PYSITELIB}/proselint/checks/garner/redundancy.pyc
+${PYSITELIB}/proselint/checks/garner/redundancy.pyo
+${PYSITELIB}/proselint/checks/garner/sexism.py
+${PYSITELIB}/proselint/checks/garner/sexism.pyc
+${PYSITELIB}/proselint/checks/garner/sexism.pyo
+${PYSITELIB}/proselint/checks/gowers/__init__.py
+${PYSITELIB}/proselint/checks/gowers/__init__.pyc
+${PYSITELIB}/proselint/checks/gowers/__init__.pyo
+${PYSITELIB}/proselint/checks/gowers/overworked_metaphors.py
+${PYSITELIB}/proselint/checks/gowers/overworked_metaphors.pyc
+${PYSITELIB}/proselint/checks/gowers/overworked_metaphors.pyo
+${PYSITELIB}/proselint/checks/inc/__init__.py
+${PYSITELIB}/proselint/checks/inc/__init__.pyc
+${PYSITELIB}/proselint/checks/inc/__init__.pyo
+${PYSITELIB}/proselint/checks/inc/corporate_speak.py
+${PYSITELIB}/proselint/checks/inc/corporate_speak.pyc
+${PYSITELIB}/proselint/checks/inc/corporate_speak.pyo
+${PYSITELIB}/proselint/checks/junge/__init__.py
+${PYSITELIB}/proselint/checks/junge/__init__.pyc
+${PYSITELIB}/proselint/checks/junge/__init__.pyo
+${PYSITELIB}/proselint/checks/junge/but.py
+${PYSITELIB}/proselint/checks/junge/but.pyc
+${PYSITELIB}/proselint/checks/junge/but.pyo
+${PYSITELIB}/proselint/checks/leonard/__init__.py
+${PYSITELIB}/proselint/checks/leonard/__init__.pyc
+${PYSITELIB}/proselint/checks/leonard/__init__.pyo
+${PYSITELIB}/proselint/checks/leonard/exclamation.py
+${PYSITELIB}/proselint/checks/leonard/exclamation.pyc
+${PYSITELIB}/proselint/checks/leonard/exclamation.pyo
+${PYSITELIB}/proselint/checks/leonard/hell.py
+${PYSITELIB}/proselint/checks/leonard/hell.pyc
+${PYSITELIB}/proselint/checks/leonard/hell.pyo
+${PYSITELIB}/proselint/checks/lilienfeld/__init__.py
+${PYSITELIB}/proselint/checks/lilienfeld/__init__.pyc
+${PYSITELIB}/proselint/checks/lilienfeld/__init__.pyo
+${PYSITELIB}/proselint/checks/lilienfeld/terms_to_avoid.py
+${PYSITELIB}/proselint/checks/lilienfeld/terms_to_avoid.pyc
+${PYSITELIB}/proselint/checks/lilienfeld/terms_to_avoid.pyo
+${PYSITELIB}/proselint/checks/misc/__init__.py
+${PYSITELIB}/proselint/checks/misc/__init__.pyc
+${PYSITELIB}/proselint/checks/misc/__init__.pyo
+${PYSITELIB}/proselint/checks/misc/annotations.py
+${PYSITELIB}/proselint/checks/misc/annotations.pyc
+${PYSITELIB}/proselint/checks/misc/annotations.pyo
+${PYSITELIB}/proselint/checks/misc/chatspeak.py
+${PYSITELIB}/proselint/checks/misc/chatspeak.pyc
+${PYSITELIB}/proselint/checks/misc/chatspeak.pyo
+${PYSITELIB}/proselint/checks/misc/credit_card.py
+${PYSITELIB}/proselint/checks/misc/credit_card.pyc
+${PYSITELIB}/proselint/checks/misc/credit_card.pyo
+${PYSITELIB}/proselint/checks/misc/currency.py
+${PYSITELIB}/proselint/checks/misc/currency.pyc
+${PYSITELIB}/proselint/checks/misc/currency.pyo
+${PYSITELIB}/proselint/checks/misc/eponymous_adjectives.py
+${PYSITELIB}/proselint/checks/misc/eponymous_adjectives.pyc
+${PYSITELIB}/proselint/checks/misc/eponymous_adjectives.pyo
+${PYSITELIB}/proselint/checks/misc/hyperbolic.py
+${PYSITELIB}/proselint/checks/misc/hyperbolic.pyc
+${PYSITELIB}/proselint/checks/misc/hyperbolic.pyo
+${PYSITELIB}/proselint/checks/misc/link_checker.py
+${PYSITELIB}/proselint/checks/misc/link_checker.pyc
+${PYSITELIB}/proselint/checks/misc/link_checker.pyo
+${PYSITELIB}/proselint/checks/misc/password.py
+${PYSITELIB}/proselint/checks/misc/password.pyc
+${PYSITELIB}/proselint/checks/misc/password.pyo
+${PYSITELIB}/proselint/checks/misc/whence.py
+${PYSITELIB}/proselint/checks/misc/whence.pyc
+${PYSITELIB}/proselint/checks/misc/whence.pyo
+${PYSITELIB}/proselint/checks/nfl/__init__.py
+${PYSITELIB}/proselint/checks/nfl/__init__.pyc
+${PYSITELIB}/proselint/checks/nfl/__init__.pyo
+${PYSITELIB}/proselint/checks/nfl/naughty_words.py
+${PYSITELIB}/proselint/checks/nfl/naughty_words.pyc
+${PYSITELIB}/proselint/checks/nfl/naughty_words.pyo
+${PYSITELIB}/proselint/checks/nordquist/__init__.py
+${PYSITELIB}/proselint/checks/nordquist/__init__.pyc
+${PYSITELIB}/proselint/checks/nordquist/__init__.pyo
+${PYSITELIB}/proselint/checks/nordquist/redundancy.py
+${PYSITELIB}/proselint/checks/nordquist/redundancy.pyc
+${PYSITELIB}/proselint/checks/nordquist/redundancy.pyo
+${PYSITELIB}/proselint/checks/norris/__init__.py
+${PYSITELIB}/proselint/checks/norris/__init__.pyc
+${PYSITELIB}/proselint/checks/norris/__init__.pyo
+${PYSITELIB}/proselint/checks/norris/denizen_labels.py
+${PYSITELIB}/proselint/checks/norris/denizen_labels.pyc
+${PYSITELIB}/proselint/checks/norris/denizen_labels.pyo
+${PYSITELIB}/proselint/checks/nytimes/__init__.py
+${PYSITELIB}/proselint/checks/nytimes/__init__.pyc
+${PYSITELIB}/proselint/checks/nytimes/__init__.pyo
+${PYSITELIB}/proselint/checks/ogilvy/__init__.py
+${PYSITELIB}/proselint/checks/ogilvy/__init__.pyc
+${PYSITELIB}/proselint/checks/ogilvy/__init__.pyo
+${PYSITELIB}/proselint/checks/ogilvy/pretension.py
+${PYSITELIB}/proselint/checks/ogilvy/pretension.pyc
+${PYSITELIB}/proselint/checks/ogilvy/pretension.pyo
+${PYSITELIB}/proselint/checks/orwell/__init__.py
+${PYSITELIB}/proselint/checks/orwell/__init__.pyc
+${PYSITELIB}/proselint/checks/orwell/__init__.pyo
+${PYSITELIB}/proselint/checks/orwell/debased.py
+${PYSITELIB}/proselint/checks/orwell/debased.pyc
+${PYSITELIB}/proselint/checks/orwell/debased.pyo
+${PYSITELIB}/proselint/checks/oxford/__init__.py
+${PYSITELIB}/proselint/checks/oxford/__init__.pyc
+${PYSITELIB}/proselint/checks/oxford/__init__.pyo
+${PYSITELIB}/proselint/checks/oxford/venery_terms.py
+${PYSITELIB}/proselint/checks/oxford/venery_terms.pyc
+${PYSITELIB}/proselint/checks/oxford/venery_terms.pyo
+${PYSITELIB}/proselint/checks/palahniuk/__init__.py
+${PYSITELIB}/proselint/checks/palahniuk/__init__.pyc
+${PYSITELIB}/proselint/checks/palahniuk/__init__.pyo
+${PYSITELIB}/proselint/checks/palahniuk/suddenly.py
+${PYSITELIB}/proselint/checks/palahniuk/suddenly.pyc
+${PYSITELIB}/proselint/checks/palahniuk/suddenly.pyo
+${PYSITELIB}/proselint/checks/pinker/__init__.py
+${PYSITELIB}/proselint/checks/pinker/__init__.pyc
+${PYSITELIB}/proselint/checks/pinker/__init__.pyo
+${PYSITELIB}/proselint/checks/pinker/apologizing.py
+${PYSITELIB}/proselint/checks/pinker/apologizing.pyc
+${PYSITELIB}/proselint/checks/pinker/apologizing.pyo
+${PYSITELIB}/proselint/checks/pinker/hedging.py
+${PYSITELIB}/proselint/checks/pinker/hedging.pyc
+${PYSITELIB}/proselint/checks/pinker/hedging.pyo
+${PYSITELIB}/proselint/checks/pinker/latin.py
+${PYSITELIB}/proselint/checks/pinker/latin.pyc
+${PYSITELIB}/proselint/checks/pinker/latin.pyo
+${PYSITELIB}/proselint/checks/pinker/metaconcepts.py
+${PYSITELIB}/proselint/checks/pinker/metaconcepts.pyc
+${PYSITELIB}/proselint/checks/pinker/metaconcepts.pyo
+${PYSITELIB}/proselint/checks/pinker/metadiscourse.py
+${PYSITELIB}/proselint/checks/pinker/metadiscourse.pyc
+${PYSITELIB}/proselint/checks/pinker/metadiscourse.pyo
+${PYSITELIB}/proselint/checks/pinker/narcisissm.py
+${PYSITELIB}/proselint/checks/pinker/narcisissm.pyc
+${PYSITELIB}/proselint/checks/pinker/narcisissm.pyo
+${PYSITELIB}/proselint/checks/pinker/scare_quotes.py
+${PYSITELIB}/proselint/checks/pinker/scare_quotes.pyc
+${PYSITELIB}/proselint/checks/pinker/scare_quotes.pyo
+${PYSITELIB}/proselint/checks/strunk_white/__init__.py
+${PYSITELIB}/proselint/checks/strunk_white/__init__.pyc
+${PYSITELIB}/proselint/checks/strunk_white/__init__.pyo
+${PYSITELIB}/proselint/checks/strunk_white/composition.py
+${PYSITELIB}/proselint/checks/strunk_white/composition.pyc
+${PYSITELIB}/proselint/checks/strunk_white/composition.pyo
+${PYSITELIB}/proselint/checks/strunk_white/greylist.py
+${PYSITELIB}/proselint/checks/strunk_white/greylist.pyc
+${PYSITELIB}/proselint/checks/strunk_white/greylist.pyo
+${PYSITELIB}/proselint/checks/strunk_white/usage.py
+${PYSITELIB}/proselint/checks/strunk_white/usage.pyc
+${PYSITELIB}/proselint/checks/strunk_white/usage.pyo
+${PYSITELIB}/proselint/checks/szekely/__init__.py
+${PYSITELIB}/proselint/checks/szekely/__init__.pyc
+${PYSITELIB}/proselint/checks/szekely/__init__.pyo
+${PYSITELIB}/proselint/checks/szekely/nword.py
+${PYSITELIB}/proselint/checks/szekely/nword.pyc
+${PYSITELIB}/proselint/checks/szekely/nword.pyo
+${PYSITELIB}/proselint/checks/twain/__init__.py
+${PYSITELIB}/proselint/checks/twain/__init__.pyc
+${PYSITELIB}/proselint/checks/twain/__init__.pyo
+${PYSITELIB}/proselint/checks/twain/damn.py
+${PYSITELIB}/proselint/checks/twain/damn.pyc
+${PYSITELIB}/proselint/checks/twain/damn.pyo
+${PYSITELIB}/proselint/checks/wallace/__init__.py
+${PYSITELIB}/proselint/checks/wallace/__init__.pyc
+${PYSITELIB}/proselint/checks/wallace/__init__.pyo
+${PYSITELIB}/proselint/checks/wallace/redundancy.py
+${PYSITELIB}/proselint/checks/wallace/redundancy.pyc
+${PYSITELIB}/proselint/checks/wallace/redundancy.pyo
+${PYSITELIB}/proselint/checks/wallace/tense_present.py
+${PYSITELIB}/proselint/checks/wallace/tense_present.pyc
+${PYSITELIB}/proselint/checks/wallace/tense_present.pyo
+${PYSITELIB}/proselint/checks/wallace/uncomparables.py
+${PYSITELIB}/proselint/checks/wallace/uncomparables.pyc
+${PYSITELIB}/proselint/checks/wallace/uncomparables.pyo
+${PYSITELIB}/proselint/checks/write_good/__init__.py
+${PYSITELIB}/proselint/checks/write_good/__init__.pyc
+${PYSITELIB}/proselint/checks/write_good/__init__.pyo
+${PYSITELIB}/proselint/checks/write_good/cliches.py
+${PYSITELIB}/proselint/checks/write_good/cliches.pyc
+${PYSITELIB}/proselint/checks/write_good/cliches.pyo
+${PYSITELIB}/proselint/checks/write_good/lexical_illusions.py
+${PYSITELIB}/proselint/checks/write_good/lexical_illusions.pyc
+${PYSITELIB}/proselint/checks/write_good/lexical_illusions.pyo
+${PYSITELIB}/proselint/checks/write_good/weasel_words.py
+${PYSITELIB}/proselint/checks/write_good/weasel_words.pyc
+${PYSITELIB}/proselint/checks/write_good/weasel_words.pyo
+${PYSITELIB}/proselint/checks/wsj/__init__.py
+${PYSITELIB}/proselint/checks/wsj/__init__.pyc
+${PYSITELIB}/proselint/checks/wsj/__init__.pyo
+${PYSITELIB}/proselint/checks/wsj/athletes.py
+${PYSITELIB}/proselint/checks/wsj/athletes.pyc
+${PYSITELIB}/proselint/checks/wsj/athletes.pyo
+${PYSITELIB}/proselint/command_line.py
+${PYSITELIB}/proselint/command_line.pyc
+${PYSITELIB}/proselint/command_line.pyo
+${PYSITELIB}/proselint/demo.md
+${PYSITELIB}/proselint/score.py
+${PYSITELIB}/proselint/score.pyc
+${PYSITELIB}/proselint/score.pyo
+${PYSITELIB}/proselint/tools.py
+${PYSITELIB}/proselint/tools.pyc
+${PYSITELIB}/proselint/tools.pyo
+${PYSITELIB}/proselint/version.py
+${PYSITELIB}/proselint/version.pyc
+${PYSITELIB}/proselint/version.pyo
+${PYSITELIB}/tests/__init__.py
+${PYSITELIB}/tests/__init__.pyc
+${PYSITELIB}/tests/__init__.pyo
+${PYSITELIB}/tests/_test_version.py
+${PYSITELIB}/tests/_test_version.pyc
+${PYSITELIB}/tests/_test_version.pyo
+${PYSITELIB}/tests/check.py
+${PYSITELIB}/tests/check.pyc
+${PYSITELIB}/tests/check.pyo
+${PYSITELIB}/tests/test_demo.py
+${PYSITELIB}/tests/test_demo.pyc
+${PYSITELIB}/tests/test_demo.pyo
+${PYSITELIB}/tests/test_dfw_uncomparables.py
+${PYSITELIB}/tests/test_dfw_uncomparables.pyc
+${PYSITELIB}/tests/test_dfw_uncomparables.pyo
+${PYSITELIB}/tests/test_garner_dates.py
+${PYSITELIB}/tests/test_garner_dates.pyc
+${PYSITELIB}/tests/test_garner_dates.pyo
+${PYSITELIB}/tests/test_strunk_white_eos.py
+${PYSITELIB}/tests/test_strunk_white_eos.pyc
+${PYSITELIB}/tests/test_strunk_white_eos.pyo
+${PYSITELIB}/tests/test_topic_detector.py
+${PYSITELIB}/tests/test_topic_detector.pyc
+${PYSITELIB}/tests/test_topic_detector.pyo
diff --git a/proselint/distinfo b/proselint/distinfo
new file mode 100644
index 0000000..8b53e50
--- /dev/null
+++ b/proselint/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (proselint-0.3.5.tar.gz) = 3a72891c5da7712f0715ae0d1646cca83958a230
+RMD160 (proselint-0.3.5.tar.gz) = 7749bcf5f10bf858f297af9a9cea823c05641518
+SHA512 (proselint-0.3.5.tar.gz) = a070013153f5b607ffc8b044c16c7707bd5a78a488fd1cbd028a8da104313c6ef5fd2d8ace8f7d857d2e4405b5cf912a112d6433ad486400340b148295d940d6
+Size (proselint-0.3.5.tar.gz) = 810997 bytes


Home | Main Index | Thread Index | Old Index