updated for version 1.7.8

This commit is contained in:
Dimitris Zlatanidis 2014-08-28 05:54:32 +03:00
parent ace06a1c7e
commit a3712876f5
6 changed files with 11 additions and 6 deletions

View file

@ -1,3 +1,8 @@
Version 1.7.8
28-08-2014
[Updated] - Bugfix - ImportError: No module named __metadata__
Version 1.7.7
26-08-2014

View file

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

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slpkg
VERSION=${VERSION:-1.7.7}
VERSION=${VERSION:-1.7.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_dsw}

View file

@ -1,7 +1,7 @@
PRGNAM="slpkg"
VERSION="1.7.7"
VERSION="1.7.8"
HOMEPAGE="https://github.com/dslackw/slpkg"
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.7.7.tar.gz"
DOWNLOAD="https://github.com/dslackw/slpkg/archive/v1.7.8.tar.gz"
MD5SUM=""
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""

View file

@ -26,7 +26,7 @@ import subprocess
__all__ = "slpkg"
__author__ = "dslackw"
__version_info__ = (1, 7, 7)
__version_info__ = (1, 7, 8)
__version__ = "{0}.{1}.{2}".format(*__version_info__)
__license__ = "GNU General Public License v3 (GPLv3)"
__email__ = "d.zlatanidis@gmail.com"

View file

@ -123,7 +123,7 @@ def sbo_network(name):
if "-noarch-" in "".join(find_package(prgnam, tmp)):
sbo_arch = "-noarch-"
else:
from __metadata__ import sbo_arch
from slpkg.__metadata__ import sbo_arch
binary = ("{0}{1}{2}{3}{4}{5}".format(
tmp, prgnam, sbo_arch, build, sbo_tag, sbo_filetype).split())
print("{0}[ Installing ] --> {1}{2}".format(