Update ktown repo

This commit is contained in:
Dimitris Zlatanidis 2016-10-18 19:22:53 +03:00
parent 7daffbcb21
commit a7702b103a
2 changed files with 1 additions and 4 deletions

View file

@ -184,7 +184,7 @@ Default available Repositories:
Versions: {14.1}
- `Alien's ktown <http://alien.slackbook.org/ktown/>`_
Arch: {x86, x86_64}
Versions: {13.37, 14.0, 14.1, current}
Versions: {13.37, 14.0, 14.1, 14.2, current}
- `Alien's multi <http://www.slackware.com/~alien/multilib/>`_
Arch: {x86_64}
Versions: {13.0, 13.1, 13.37, 14.0, 14.1, 14.2, current}

View file

@ -23,7 +23,6 @@
from slpkg.utils import Utils
from slpkg.toolbar import status
from slpkg.splitting import split_package
from slpkg.__metadata__ import MetaData as _meta_
@ -36,8 +35,6 @@ def repo_data(PACKAGES_TXT, repo, flag):
(name, location, size, unsize,
rname, rlocation, rsize, runsize) = ([] for i in range(8))
for line in PACKAGES_TXT.splitlines():
if _meta_.rsl_deps in ["on", "ON"] and "--resolve-off" not in flag:
status(0.000005)
if line.startswith("PACKAGE NAME:"):
name.append(line[15:].strip())
if line.startswith("PACKAGE LOCATION:"):