pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
proselint: Update wip/proselint to 0.4.2
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Mar 20 13:52:13 2016 +0100
Changeset: 61cb037aede6958f0c8b691fc922958aca7228d5
Modified Files:
proselint/Makefile
proselint/PLIST
proselint/distinfo
Log Message:
proselint: Update wip/proselint to 0.4.2
Changes:
0.4.2
* Fix bug that happens when cache sync fails
0.4.1
* Miscellaneous bug fixes
* New check on "not guilty beyond a reasonable doubt"
* Remove filth from demo
* Improve Vim plugin
* Allow linting of entire directory through proselint .
* New check on wax & wane ___ly
* New check on inferior and superior than
* New check for "But" at start of paragraph
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=61cb037aede6958f0c8b691fc922958aca7228d5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
proselint/Makefile | 8 +++++++-
proselint/PLIST | 36 ++++++++++++++++++++++++++++++------
proselint/distinfo | 8 ++++----
3 files changed, 41 insertions(+), 11 deletions(-)
diffs:
diff --git a/proselint/Makefile b/proselint/Makefile
index 60594a8..14e0229 100644
--- a/proselint/Makefile
+++ b/proselint/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= proselint-0.4.0
+DISTNAME= proselint-0.4.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=amperser/}
@@ -15,6 +15,12 @@ DEPENDS+= ${PYPKGPREFIX}-future>=0:../../wip/py-future
USE_LANGUAGES= # none
+SUBST_CLASSES+= version
+SUBST_STAGE.version= pre-configure
+SUBST_MESSAGE.version= Adjust the version number.
+SUBST_FILES.version= proselint/version.py
+SUBST_SED.version= -e 's/0\.4\.0/0.4.2/g'
+
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/proselint/PLIST b/proselint/PLIST
index 08f9963..59c07fa 100644
--- a/proselint/PLIST
+++ b/proselint/PLIST
@@ -35,6 +35,15 @@ ${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/fowlers/__init__.py
+${PYSITELIB}/proselint/checks/fowlers/__init__.pyc
+${PYSITELIB}/proselint/checks/fowlers/__init__.pyo
+${PYSITELIB}/proselint/checks/fowlers/inferior_superior.py
+${PYSITELIB}/proselint/checks/fowlers/inferior_superior.pyc
+${PYSITELIB}/proselint/checks/fowlers/inferior_superior.pyo
+${PYSITELIB}/proselint/checks/fowlers/waxed.py
+${PYSITELIB}/proselint/checks/fowlers/waxed.pyc
+${PYSITELIB}/proselint/checks/fowlers/waxed.pyo
${PYSITELIB}/proselint/checks/garner/__init__.py
${PYSITELIB}/proselint/checks/garner/__init__.pyc
${PYSITELIB}/proselint/checks/garner/__init__.pyo
@@ -101,6 +110,12 @@ ${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/nonwords.py
+${PYSITELIB}/proselint/checks/garner/nonwords.pyc
+${PYSITELIB}/proselint/checks/garner/nonwords.pyo
+${PYSITELIB}/proselint/checks/garner/not_guilty.py
+${PYSITELIB}/proselint/checks/garner/not_guilty.pyc
+${PYSITELIB}/proselint/checks/garner/not_guilty.pyo
${PYSITELIB}/proselint/checks/garner/oxymorons.py
${PYSITELIB}/proselint/checks/garner/oxymorons.pyc
${PYSITELIB}/proselint/checks/garner/oxymorons.pyo
@@ -140,6 +155,12 @@ ${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
@@ -275,12 +296,6 @@ ${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
@@ -293,6 +308,12 @@ ${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/white/__init__.py
+${PYSITELIB}/proselint/checks/white/__init__.pyc
+${PYSITELIB}/proselint/checks/white/__init__.pyo
+${PYSITELIB}/proselint/checks/white/damn.py
+${PYSITELIB}/proselint/checks/white/damn.pyc
+${PYSITELIB}/proselint/checks/white/damn.pyo
${PYSITELIB}/proselint/checks/write_good/__init__.py
${PYSITELIB}/proselint/checks/write_good/__init__.pyc
${PYSITELIB}/proselint/checks/write_good/__init__.pyo
@@ -342,6 +363,9 @@ ${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_junge_but.py
+${PYSITELIB}/tests/test_junge_but.pyc
+${PYSITELIB}/tests/test_junge_but.pyo
${PYSITELIB}/tests/test_strunk_white_eos.py
${PYSITELIB}/tests/test_strunk_white_eos.pyc
${PYSITELIB}/tests/test_strunk_white_eos.pyo
diff --git a/proselint/distinfo b/proselint/distinfo
index e865537..4544766 100644
--- a/proselint/distinfo
+++ b/proselint/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (proselint-0.4.0.tar.gz) = b6531a50dddc5ff3605a1a3f1f0f5dd154c75df7
-RMD160 (proselint-0.4.0.tar.gz) = 49d2b8b23779c77f9c26eb8246d403b604ff4a8d
-SHA512 (proselint-0.4.0.tar.gz) = 3391478e9f8cac46a3209c5d12c6ddc711f0336904fbc3e35cf5853d2cee4fe02b0a18b633834e2b171fdb9f279665552d7c3293ad813f2ba21058d9f2cedee7
-Size (proselint-0.4.0.tar.gz) = 817499 bytes
+SHA1 (proselint-0.4.2.tar.gz) = 9462c8ca62677428d96cf3ea87adc0b830c487f0
+RMD160 (proselint-0.4.2.tar.gz) = b2cfd5b1757c93321cf40e39284a800c80016ca1
+SHA512 (proselint-0.4.2.tar.gz) = ea76f8dbf59a04687eedc8274a6afb201b170c02b0a83bf507b59db7601f8c48eb7134ae096c7e8196fcc27fcec3e1e911146b2e4e19e25054b3649ab8625515
+Size (proselint-0.4.2.tar.gz) = 821844 bytes
Home |
Main Index |
Thread Index |
Old Index