Skip to content

Commit

Permalink
Drop psd_tools packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kyamagu committed Jan 24, 2019
1 parent 2abe878 commit f9c679e
Show file tree
Hide file tree
Showing 67 changed files with 14 additions and 11,101 deletions.
22 changes: 0 additions & 22 deletions AUTHORS.txt

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.8.0 (2019-01-24)
------------------

- major API changes;
- package name changed to `psd_tools2`;
- completely rewritten decoding subpackage `psd_tools2.psd`;
- improved composer functionality;
- file write support;
- drop cython compression module and makes the package pure-python;
- drop pymaging support.

1.7.30 (2019-01-15)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012 Mikhail Korobov
Copyright (c) 2019 Kota Yamaguchi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include AUTHORS.txt
include README.rst
include CHANGES.rst

Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
BRANCH=master
VERSIONS=2.7 3.5 3.6 3.7

clean:
rm -rf dist/ build/

package:
pip install wheel
python setup.py sdist
for v in ${VERSIONS}; do python$$v setup.py bdist_wheel; done
python setup.py bdist_wheel --universal

publish: package
test -n "$(shell git branch | grep '* ${BRANCH}')"
Expand Down
4 changes: 0 additions & 4 deletions src/psd_tools/__init__.py

This file was deleted.

67 changes: 0 additions & 67 deletions src/psd_tools/__main__.py

This file was deleted.

53 changes: 0 additions & 53 deletions src/psd_tools/_compression.pyx

This file was deleted.

75 changes: 0 additions & 75 deletions src/psd_tools/compression.py

This file was deleted.

Loading

0 comments on commit f9c679e

Please sign in to comment.