mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python-docker: Renamed python2-docker.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d8fb155c35
commit
c0d53ab590
5 changed files with 21 additions and 21 deletions
|
@ -1,19 +0,0 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
python-docker: python-docker (A Python library for the Docker Engine API)
|
||||
python-docker:
|
||||
python-docker: python-docker lets you do anything the docker command does, but from
|
||||
python-docker: within Python apps - run and manage containers, manage Swarms, etc.
|
||||
python-docker:
|
||||
python-docker: Homepage: https://github.com/docker/docker-py
|
||||
python-docker:
|
||||
python-docker:
|
||||
python-docker:
|
||||
python-docker:
|
||||
python-docker:
|
|
@ -22,7 +22,7 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python-docker
|
||||
PRGNAM=python2-docker
|
||||
VERSION=${VERSION:-3.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
|
@ -1,4 +1,4 @@
|
|||
PRGNAM="python-docker"
|
||||
PRGNAM="python2-docker"
|
||||
VERSION="3.3.0"
|
||||
HOMEPAGE="https://github.com/docker/docker-py"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/e0/d7/5631c05977c51c1fc88b2eba9fd5cb0ecd7859f2ddfa7dfc653c06fcfe3a/docker-3.3.0.tar.gz"
|
19
python/python2-docker/slack-desc
Normal file
19
python/python2-docker/slack-desc
Normal file
|
@ -0,0 +1,19 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
python2-docker: python2-docker (A Python library for the Docker Engine API)
|
||||
python2-docker:
|
||||
python2-docker: python2-docker lets you do anything the docker command does, but from
|
||||
python2-docker: within Python apps - run and manage containers, manage Swarms, etc.
|
||||
python2-docker:
|
||||
python2-docker: Homepage: https://github.com/docker/docker-py
|
||||
python2-docker:
|
||||
python2-docker:
|
||||
python2-docker:
|
||||
python2-docker:
|
||||
python2-docker:
|
Loading…
Reference in a new issue