From 7772d34fb24578662dd23e3b82b7d1faac2d2dc5 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 25 Oct 2022 10:37:01 +0200 Subject: Update to python3 While at that split out handle_pkg. This makes things easy to test locally via > import cl2vcs > cl2vcs.handle_pkg('multipath-tools', title='bla') --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ee037e7..b8d8d9e 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -VERSION=$(shell grep ^VERSION index.cgi | sed -e s'/.*\="\([0-9.]\+\)".*/\1/') +VERSION=$(shell grep ^VERSION cl2vcs.py | sed -e s'/.*\="\([0-9.]\+\)".*/\1/') PKG=cl2vcs all: - nosetests --with-doctest + nosetests3 --with-doctest clean: rm -f *.pyc -- cgit v1.2.3