fix libraries repository: updated for version 1.2.2

This commit is contained in:
dslackw 2014-05-19 06:38:53 +03:00
parent 7710e2f5b7
commit 97d6d91649
5 changed files with 15 additions and 10 deletions

View file

@ -1,4 +1,9 @@
19-05-210
19-05-2014
Version 1.2.2
[Updated] - fixed libraries repository
19-05-2014
Version 1.2.1
[Updated] - Fixed functions

View file

@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: slpkg
Version: 1.2.1
Version: 1.2.2
Author: dslackw
Author-email: d zlatanidis at gmail com
Maintainer: dslackw

View file

@ -283,12 +283,12 @@ Find if your packages installed:
$ slpkg -f termcolor lua yetris you-get rar pip
-----> termcolor-1.1.0-x86_64-1_SBo
found --> termcolor-1.1.0-x86_64-1_SBo
The package `lua` not found
-----> yetris-2.0.1-x86_64-1_SBo
found --> yetris-2.0.1-x86_64-1_SBo
The package `you-get` not found
-----> rar-5.0.1-x86_64-1_SBo
-----> pip-1.5.4-x86_64-1_SBo
found --> rar-5.0.1-x86_64-1_SBo
found --> pip-1.5.4-x86_64-1_SBo
Display the contents of the package:
@ -374,7 +374,7 @@ Remove package:
The package `termcolor` not found
The package `lua` not found
-----> rar-5.0.1-x86_64-1_SBo
found --> rar-5.0.1-x86_64-1_SBo
$ slpkg -v

View file

@ -16,7 +16,7 @@ import argparse
import subprocess
__author__ = "dslackw"
__version__ = "1.2.1"
__version__ = "1.2.2"
__license__ = "GNU General Public License v3 (GPLv3)"
__email__ = "d.zlatanidis@gmail.com"
@ -35,7 +35,7 @@ repository = ("academic", "business", "games", "ham",
"misc", "office", "ruby", "accessibility",
"desktop", "gis", "haskell", "multimedia",
"perl", "system", "audio", "development",
"graphics", "lbraries", "network", "python")
"graphics", "libraries", "network", "python")
# print out colors class

View file

@ -7,7 +7,7 @@ from distutils.core import setup
setup(
name = 'slpkg',
version = "1.2.1",
version = "1.2.2",
description = "Python tool to manage Slackware packages",
keywords = ["slackware", "slpkg", "upgrade", "install", "remove",
"view", "slackpkg", "tool"],