pkgsrc-WIP-changes archive

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

gitsome: Really dopends on textproc/py-uritemplate



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu May 9 17:46:52 2019 +0200
Changeset:	ea0bee72f2f287cbe19840f51682a6c99165ffb8

Modified Files:
	gitsome/TODO
	gitsome/distinfo
	gitsome/patches/patch-setup.py

Log Message:
gitsome: Really dopends on textproc/py-uritemplate

There seems to be both uritemplate and uritemplate.py packages (uritemplate.py
is not packaged in pkgsrc).  Add a TODO entry to investigate about their
differences.

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

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

diffstat:
 gitsome/TODO                   | 3 +++
 gitsome/distinfo               | 2 +-
 gitsome/patches/patch-setup.py | 5 +++--
 3 files changed, 7 insertions(+), 3 deletions(-)

diffs:
diff --git a/gitsome/TODO b/gitsome/TODO
index 8df86761dd..2418df155d 100644
--- a/gitsome/TODO
+++ b/gitsome/TODO
@@ -1,2 +1,5 @@
+- Investigate the differences and possible rationale between uritemplate and
+  uritemplate.py (former is textproc/py-uritemplate, latter not present in
+  pkgsrc)
 - Is it possible to avoid providing bundled xonsh and using shells/xonsh
   instead?
diff --git a/gitsome/distinfo b/gitsome/distinfo
index 2ff6edd945..0e6d4932cb 100644
--- a/gitsome/distinfo
+++ b/gitsome/distinfo
@@ -4,4 +4,4 @@ SHA1 (gitsome-0.8.4.tar.gz) = 15a2c6836894b186fb2c4724b29c25628ca824be
 RMD160 (gitsome-0.8.4.tar.gz) = c44e37a21578fb2da6b6e5ae7c710fdb063eb84a
 SHA512 (gitsome-0.8.4.tar.gz) = e719f6d25c377f476abef410ab40355b76190eb93b9bb1b041bcb6f87bb1c8dbd7b1b7c2200ca43d31eac5a472f50fa92c6e81b855373929b9f31b3e64165bce
 Size (gitsome-0.8.4.tar.gz) = 609409 bytes
-SHA1 (patch-setup.py) = 2660ae4f302a7f68550b61069cdbc135f5cd29c6
+SHA1 (patch-setup.py) = 80842e166dbcbde56da5d3f1042ee47e9cf0d1e3
diff --git a/gitsome/patches/patch-setup.py b/gitsome/patches/patch-setup.py
index 78aebf351f..e04d977f18 100644
--- a/gitsome/patches/patch-setup.py
+++ b/gitsome/patches/patch-setup.py
@@ -1,6 +1,7 @@
 $NetBSD$
 
-Avoid too strict version requirements.
+- Avoid too strict version requirements.
+- Depends on uritemplate, not uritemplate.py
 
 --- setup.py.orig	2019-04-07 18:12:11.000000000 +0000
 +++ setup.py
@@ -29,7 +30,7 @@ Avoid too strict version requirements.
 +            'feedparser>=5.2.1',
 +            'pytz>=2016.3',
 +            'docopt>=0.6.2',
-+            'uritemplate.py>=1.0.0',
++            'uritemplate>=1.0.0',
          ],
          skw['entry_points'] = {
              'pygments.lexers': ['gitsome = xonsh.pyghooks:XonshLexer',


Home | Main Index | Thread Index | Old Index