mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
fix libraries repository: updated for version 1.2.2
This commit is contained in:
parent
7710e2f5b7
commit
97d6d91649
5 changed files with 15 additions and 10 deletions
|
@ -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
|
||||
|
|
2
PKG-INFO
2
PKG-INFO
|
@ -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
|
||||
|
|
10
README.rst
10
README.rst
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue