prjemian / pyRestTable

Format a nice table in reST (reStructuredText) from Python
http://prjemian.github.io/pyRestTable/
2 stars 2 forks source link

conda upload problem with camel case #29

Closed prjemian closed 4 years ago

prjemian commented 4 years ago

conda build makes the bundle all lower case but this package is named with camel case, as found in the dist/ directory

[ERROR] File "/tmp/conda-bld/noarch/pyRestTable-2020.0.0rc1-*_0.tar.bz2" does not exist
Using Anaconda API: https://api.anaconda.org
Using "prjemian" as upload username
[ERROR] File "/tmp/conda-bld/noarch/pyRestTable-2020.0.0rc1-*_0.tar.bz2" does not exist
(bluesky) jemian@wow ~/.../eclipse/pyRestTable $ ll /tmp/conda-bld/noarch/pyRest*
/bin/ls: cannot access /tmp/conda-bld/noarch/pyRest*: No such file or directory
(bluesky) jemian@wow ~/.../eclipse/pyRestTable $ ll /tmp/conda-bld/noarch/py*
-rw-r--r-- 1 jemian aesbc 23K Jul  9 19:09 /tmp/conda-bld/noarch/pyresttable-2019.0709.0rc1-py_0.tar.bz2
-rw-r--r-- 1 jemian aesbc 23K Jul  9 19:21 /tmp/conda-bld/noarch/pyresttable-2020.0.0rc1-py_0.tar.bz2
(bluesky) jemian@wow ~/.../eclipse/pyRestTable $ ll dist/
total 212K
-rw-r--r-- 1 jemian aesbc 9.7K Oct  3  2016 pyRestTable-2016.1003.0.tar.gz
-rw-r--r-- 1 jemian aesbc 9.7K Oct  3  2016 pyRestTable-2016.1003.1.tar.gz
-rw-r--r-- 1 jemian aesbc  14K Oct 24  2016 pyRestTable-2016.1021.0-py2.py3-none-any.whl
-rw-r--r-- 1 jemian aesbc  11K Oct 24  2016 pyRestTable-2016.1021.0.tar.gz
-rw-r--r-- 1 jemian aesbc  14K Oct 24  2016 pyRestTable-2016.1024.0-py2.py3-none-any.whl
-rw-r--r-- 1 jemian aesbc  14K Apr  3  2018 pyRestTable-2018.4.0-py2.py3-none-any.whl
-rw-r--r-- 1 jemian aesbc  27K Apr  3  2018 pyRestTable-2018.4.0.tar.gz
-rw-r--r-- 1 jemian aesbc  13K Jul  9 19:08 pyRestTable-2019.709.0rc1-py2.py3-none-any.whl
-rw-r--r-- 1 jemian aesbc  28K Jul  9 19:08 pyRestTable-2019.709.0rc1.tar.gz
-rw-r--r-- 1 jemian aesbc  13K Jul  9 19:19 pyRestTable-2020.0.0rc1-py2.py3-none-any.whl
-rw-r--r-- 1 jemian aesbc  28K Jul  9 19:19 pyRestTable-2020.0.0rc1.tar.gz
(bluesky) jemian@wow ~/.../eclipse/pyRestTable $ PACKAGE=pyRestTable
(bluesky) jemian@wow ~/.../eclipse/pyRestTable $ echo $PACKAGE | tr '[:upper:]' '[:lower:]'
pyresttable