public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jauhien Piatlicki" <piatlicki@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/g-sorcery:master commit in: /, gs_pypi/
Date: Fri, 30 Aug 2013 16:58:37 +0000 (UTC)	[thread overview]
Message-ID: <1377881897.d848d85e2f47131c17193d3f0b8c191446ee3c91.jauhien@gentoo> (raw)

commit:     d848d85e2f47131c17193d3f0b8c191446ee3c91
Author:     Jauhien Piatlicki (jauhien) <piatlicki <AT> gmail <DOT> com>
AuthorDate: Fri Aug 30 16:58:17 2013 +0000
Commit:     Jauhien Piatlicki <piatlicki <AT> gmail <DOT> com>
CommitDate: Fri Aug 30 16:58:17 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=d848d85e

fixes

---
 gs_pypi/ebuild.py | 6 +++---
 setup.py          | 4 +++-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/gs_pypi/ebuild.py b/gs_pypi/ebuild.py
index 08ca188..7f8fb5f 100644
--- a/gs_pypi/ebuild.py
+++ b/gs_pypi/ebuild.py
@@ -24,8 +24,8 @@ class PypiEbuildWithoutDigestGenerator(DefaultEbuildGenerator):
     def __init__(self, package_db):
 
         vars_before_inherit = \
-          [("repo_uri", '"http://pypi.python.org/packages/source/${PN:0:1}/${PN}/"'),
-           ("sourcefile", '"${P}.tar.gz"')]
+          [("repo_uri", 'http://pypi.python.org/packages/source/${PN:0:1}/${PN}/'),
+           ("sourcefile", '${P}.tar.gz')]
 
         inherit = ["gs-pypi"]
         
@@ -49,7 +49,7 @@ class PypiEbuildWithDigestGenerator(DefaultEbuildGenerator):
         
         vars_after_description = \
           ["homepage",
-           ("src_uri", '"http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"')]
+           ("src_uri", 'http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz')]
 
         vars_after_keywords = \
           []

diff --git a/setup.py b/setup.py
index e8a43e4..a447f82 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,9 @@ setup(name          = 'g-sorcery',
       author        = 'Jauhien Piatlicki',
       author_email  = 'piatlicki@gmail.com',
       packages      = ['g_sorcery', 'gs_db_tool', 'gs_elpa', 'gs_ctan', 'gs_pypi'],
-      package_data  = {'gs_elpa': ['data/*'],
+      package_data  = {'g_sorcery': ['data/*'],
+                       'gs_pypy': ['data/*'],
+                       'gs_elpa': ['data/*'],
                        'gs_ctan': ['data/*']},
       scripts       = ['bin/g-sorcery', 'bin/gs-db-tool', 'bin/gs-elpa',
                        'bin/gs-ctan', 'bin/gs-pypi-generate-db', 'bin/gs-pypi'],


             reply	other threads:[~2013-08-30 16:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-30 16:58 Jauhien Piatlicki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-09-05 17:21 [gentoo-commits] proj/g-sorcery:master commit in: /, gs_pypi/ Jauhien Piatlicki
2013-09-05 17:09 Jauhien Piatlicki
2013-07-24 23:32 Jauhien Piatlicki
2013-07-23 23:13 Jauhien Piatlicki
2013-07-23 23:13 Jauhien Piatlicki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1377881897.d848d85e2f47131c17193d3f0b8c191446ee3c91.jauhien@gentoo \
    --to=piatlicki@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox