dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

Update tar.gz source code #370

Closed linuxunderground closed 4 years ago

linuxunderground commented 4 years ago

Hi,

According to https://pypi.org/project/mssql-cli/, last version of mssql-cli is 0.17.2 currently.

Newer versions were not tagged here : in this repository, last release is 0.15.0. Can you provide last tar.gz source code here.

Thanks.

-- Vincent

ellbosch commented 4 years ago

Thanks @linuxunderground, we'll try to have this updated soon.

For now I recommend installation via pip install mssql-cli, if you can.

linuxunderground commented 4 years ago

Thanks @linuxunderground, we'll try to have this updated soon.

For now I recommend installation via pip install mssql-cli, if you can.

@ellbosch : pip is not an option for me. My goal is to install mssql-cli with the Gentoo package manager and maintain mssql-cli ebuild.

ellbosch commented 4 years ago

We recently added support for source distributions with tar.gz in PyPI. Although you still may need to use pip to install it. Look for the tar.gz download here. Hopefully this can unblock you for now.

linuxunderground commented 4 years ago

@ellbosch Thank you for the 0.17.3 github tag and tar.gz source code release. Gentoo ebuild updated :-)