Remove freecode submit code.

This commit is contained in:
Bastian Kleineidam 2014-06-23 22:20:55 +02:00
parent a87486ad6e
commit 206e1057f3
2 changed files with 0 additions and 15 deletions

View File

@ -71,8 +71,6 @@ release: clean releasecheck
register:
@echo "Register at Python Package Index..."
$(PYTHON) setup.py register
@echo "Submitting to freecode.org..."
freecode-submit < $(APPNAME).freecode
releasecheck: test check
@if egrep -i "xx\.|xxxx|\.xx" doc/changelog.txt > /dev/null; then \
@ -82,9 +80,6 @@ releasecheck: test check
echo "Missing WIN32 distribution archive at ../$(ARCHIVE_WIN32)"; \
false; \
fi
@if ! grep "Version: $(VERSION)" $(APPNAME).freecode > /dev/null; then \
echo "Could not release: edit $(APPNAME).freecode version"; false; \
fi
$(PYTHON) setup.py check --restructuredtext
check:

View File

@ -1,10 +0,0 @@
Project: patool
Version: 1.6
Hide: N
Website-URL: http://wummel.github.io/patool/
Changelog-URL: https://github.com/wummel/patool/blob/master/doc/changelog.txt
Tar/GZ-URL: http://wummel.github.io/patool/dist/patool-${version}.tar.gz
GIT-Tree-URL: https://github.com/wummel/patool.git
Windows-installer-URL: http://wummel.github.io/patool/dist/patool-${version}.win32.exe
P7zip RAR detection on OSX systems has been fixed.