[Distutils] Requesting PyPI classifiers for Sphinx

2014-11-19 Thread Takayuki Shimizukawa
phinx extensions. .. refs: "[sphinx-users]: Survey of Sphinx extensions" [1]_ [2]_ Thanks. .. [1] https://groups.google.com/d/msg/sphinx-users/p82dKvqCUck/BBoavGgXRcwJ .. [2] http://sphinxext-survey.readthedocs.org/en/latest/ -- Takayuki SHIM

Re: [Distutils] Requesting PyPI classifiers for Sphinx

2014-11-24 Thread Takayuki Shimizukawa
Bump. I'd like to request trove classifiers for the Sphinx like: "Topic :: Documentation :: Sphinx" "Topic :: Documentation :: Sphinx :: Extension" And additionally: "Topic :: Documentation :: Sphinx :: Theme" Thanks. On Thu Nov 20 2014 at 0:16:21 Takayuki

Re: [Distutils] Requesting PyPI classifiers for Sphinx

2014-11-26 Thread Takayuki Shimizukawa
Hi Fred, On Tue Nov 25 2014 at 23:12:14 Fred Drake wrote: > On Wed, Nov 19, 2014 at 10:16 AM, Takayuki Shimizukawa > wrote: > > I'd like to request classifiers for the Sphinx like: > > > > "Topic :: Documentation :: Sphinx" > > "Topic :: D

Re: [Distutils] Requesting PyPI classifiers for Sphinx

2014-11-26 Thread Takayuki Shimizukawa
Thanks Fred, Richard. I'll announce it to sphinx-users and developers. I'll also change sphinx-contrib package template https://bitbucket.org/birkenfeld/sphinx-contrib/src/tip/_template/ and update several tutorials. Thanks, On Thu Nov 27 2014 at 7:32:13 Richard Jones wrote: > On Thu Nov 27 20

[Distutils] `setup.py register` can't create PyPI account.

2010-07-11 Thread Takayuki Shimizukawa
lem occurs in the major python versions (include 2.7). This introduced for PyPI site by https://svn.python.org/packages/trunk/pypi/webui.py rev-690. regards. -- Takayuki SHIMIZUKAWA ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.

Re: [Distutils] `setup.py register` can't create PyPI account.

2010-07-12 Thread Takayuki Shimizukawa
Hi Fred, 2010/7/12 Fred Drake : > On Sun, Jul 11, 2010 at 4:47 AM, Takayuki Shimizukawa > wrote: >> I wasn't able to make an account in PyPI using `setup.py register`. -snip- > You need to use the web interface to create your account.  When using > "setup.py r

Re: [Distutils] `setup.py register` can't create PyPI account.

2010-07-13 Thread Takayuki Shimizukawa
;s a good news! If this problem will be solved by that policy, I come to be able to teach the developers Distutils according to current documents. > Regards, > Martin Regards, -- Takayuki SHIMIZUKAWA ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] `setup.py register` can't create PyPI account.

2010-07-26 Thread Takayuki Shimizukawa
to send >> a 'agree' form key/value to the PyPI server. >> >> This problem occurs in the major python versions (include 2.7). >> >> This introduced for PyPI site by >> https://svn.python.org/packages/trunk/pypi/webui.py rev-690. > > Hi Takayuki, >

Re: [Distutils] Issue with Setuptools package name

2010-08-11 Thread Takayuki Shimizukawa
Hi Praveen, Your problem may be connected with below issue: http://bugs.python.org/issue6884 http://mail.python.org/pipermail/distutils-sig/2009-September/013194.html Regards, -- Takayuki SHIMIZUKAWA 2010/8/11 pavi ena : > Hello, > > While working with setuptools [Automatic Script

[Distutils] Buildout 1.6.0 : can't init new environment (I don't need bootstrap package)

2012-08-17 Thread Takayuki Shimizukawa
Does bootstrap.py require 'bootstrap' argument? https://github.com/buildout/buildout/blob/1.6.x/bootstrap/bootstrap.py#L156 -- Takayuki SHIMIZUKAWA ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] Buildout 1.6.0 : can't init new environment (I don't need bootstrap package)

2012-08-19 Thread Takayuki Shimizukawa
Hi Domen, 2012/8/19 Domen Kožar : > Fixed: > https://github.com/buildout/buildout/commit/88eb20328fc0fcdec3a7fa555393573e6323 > 15a8 > > Will be soonish release as 1.6.1 I confirmed. Thanks! -- Takayuki SHIMIZUKAWA ___ Distuti

Re: [Distutils] Buildout 1.6.1 released

2012-08-19 Thread Takayuki Shimizukawa
Hi Alex, Domen, Thank you to fix and release quickly! I checked the zc.buildout-1.6.1 and maybe some issues. And I filed report it; - documentation issue: https://github.com/buildout/buildout/issues/8 - old options issue: https://github.com/buildout/buildout/issues/9 Regards, -- Takayuki

[Distutils] Current status of ``setup.py register --list-classifiers``

2018-01-29 Thread Takayuki Shimizukawa
s expected. Regards, -- Takayuki Shimizukawa ___ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] Current status of ``setup.py register --list-classifiers``

2018-01-29 Thread Takayuki Shimizukawa
; https://pypi.org/pypi?:action=list_classifiers > > Given that the `register` command is unnecessary for pypi.org, it > might make more sense to deprecate it than attempt to fix it. > > D. > > On Mon, Jan 29, 2018 at 4:14 PM, Takayuki Shimizukawa > wrote: > > Hi, > >

Re: [Distutils] Current status of ``setup.py register --list-classifiers``

2018-01-29 Thread Takayuki Shimizukawa
>$ python3 -c "from urllib.request import urlopen; > print(urlopen(' https://pypi.org/pypi?:action=list_classifiers').read().decode())" Yeah, it is bit long... anyway, Thanks! -- Takayuki Shimizukawa On Tue, Jan 30, 2018 at 1:05 PM Nick Coghlan wrote: >