Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 20 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,29 @@ os:
- linux

env:
matrix:
- PYTHON_EXE="`pyenv install -s 2.7.13 && pyenv local 2.7.13`"
- PYTHON_EXE="`pyenv install -s 3.5.3 && pyenv local 3.5.3`"
- PYTHON_EXE="`pyenv install -s 3.6.1 && pyenv local 3.6.1`"
matrix:
- PYTHON_EXE="`pyenv install -s 2.7.13 && pyenv local 2.7.13`"
- PYTHON_EXE="`pyenv install -s 3.5.3 && pyenv local 3.5.3`"
- PYTHON_EXE="`pyenv install -s 3.6.1 && pyenv local 3.6.1`"

install:
- pyenv install --list
- ./configure
- pyenv install --list
- ./configure

before_script:
- pip install aboutcode-toolkit
- about-code check --show-all .

script:
- "bin/py.test -vvs"
- "bin/py.test -vvs"

notifications:
irc:
channels:
- "chat.freenode.net#aboutcode"
on_success: change
on_failure: always
use_notice: true
skip_join: true
template:
- "%{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} : %{build_url}"
irc:
channels:
- "chat.freenode.net#aboutcode"
on_success: change
on_failure: always
use_notice: true
skip_join: true
template:
- "%{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} : %{build_url}"
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://spdx.org/sites/cpstandard/files/pages/files/spdxversion2.1.pdf#page=95&z

license: apache-2.0

Python: 2.7 and 3.4+
Python: 2.7 and 3.5+

Build and tests status
======================
Expand Down
21 changes: 5 additions & 16 deletions etc/scripts/irc-notify.py.ABOUT
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
about_resource: irc-notify.py
name: irc-notify.py
version: def54f8166089b733d166665fdabcad4cdc526d8
download_url: https://raw.githubusercontent.com/gridsync/gridsync/def54f8166089b733d166665fdabcad4cdc526d8/misc/irc-notify.py
description: Quick and dirty IRC notification script.
home_url: https://github.com/gridsync/gridsync
homepage_url: https://github.com/gridsync/gridsync
owner: Christopher R. Wood
copyright: Copyright (C) 2015-2016 Christopher R. Wood
dje_license_key: gpl-2.0-plus
license_text_file: gpl-2.0.LICENSE
notice_text: |
This program is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this
program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA 02110-1301 USA.
license_expression: gpl-2.0-plus
license_file: gpl-2.0.LICENSE
notice_file: irc-notify.py.NOTICE
12 changes: 12 additions & 0 deletions etc/scripts/irc-notify.py.NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
This program is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this
program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA 02110-1301 USA.
6 changes: 3 additions & 3 deletions license-expression.ABOUT
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: license-expression

copyright: Copyright (c) 2017 nexB Inc. and others.

dje_license: apache-2.0
license_text_file: apache-2.0.LICENSE
license_expression: apache-2.0
license_file: apache-2.0.LICENSE

home_url: https://github.com/nexB/license-expression
homepage_url: https://github.com/nexB/license-expression
4 changes: 2 additions & 2 deletions src/license_expression/_pyahocorasick.ABOUT
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ download_url: https://github.com/WojciechMula/pyahocorasick/tree/ec2fb9cb393f571
name: pyahocorasick-python
version: ec2fb9

home_url: https://github.com/WojciechMula/pyahocorasick
dje_license: public-domain
homepage_url: https://github.com/WojciechMula/pyahocorasick
license_expression: public-domain

copyright: originally authored by Wojciech Mula, modified by the license_expression authors.

Expand Down
6 changes: 3 additions & 3 deletions thirdparty/base/certifi.ABOUT
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ download_url: https://pypi.python.org/packages/eb/01/c1f58987b777d6c4ec535b4e004
name: certifi
owner: Kenneth Reitz
contact: me@kennethreitz.com
home_url: http://certifi.io/
homepage_url: http://certifi.io/

dje_license: mpl-2.0
license_text_file: mpl-2.0.LICENSE
license_expression: mpl-2.0
license_file: mpl-2.0.LICENSE
notice_file: certifi.NOTICE
7 changes: 3 additions & 4 deletions thirdparty/base/pip.ABOUT
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ version: 9.0.1
name: pip
owner: The pip developers
contact: python-virtualenv@groups.google.com
home_url: http://www.pip-installer.org
homepage_url: http://www.pip-installer.org

author_file: pip.AUTHORS
dje_license: mit, OTHER TODO
license_text_file: pip.LICENSE
license_expression: mit, OTHER TODO
license_file: pip.LICENSE

vcs_tool: git
vcs_repository: https://github.com/pypa/pip.git
134 changes: 0 additions & 134 deletions thirdparty/base/pip.AUTHORS

This file was deleted.

6 changes: 3 additions & 3 deletions thirdparty/base/setuptools.ABOUT
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ download_url: https://pypi.python.org/packages/fc/cb/748dcabb152fbc7eceaf585d052
name: setuptools
owner: Python Packaging Authority
contact: distutils-sig@python.org
home_url: https://pypi.python.org/pypi/setuptools
homepage_url: https://pypi.python.org/pypi/setuptools

dje_license: mit
license_text_file: setuptools.LICENSE
license_expression: mit
license_file: setuptools.LICENSE
6 changes: 3 additions & 3 deletions thirdparty/base/six.ABOUT
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ download_url: https://pypi.python.org/packages/py2.py3/s/six/six-1.10.0-py2.py3-

name: six
description: Python 2 and 3 compatibility utilities
home_url: http://bitbucket.org/gutworth/six
dje_license: mit
license_text_file: six.LICENSE
homepage_url: http://bitbucket.org/gutworth/six
license_expression: mit
license_file: six.LICENSE

owner: Benjamin Peterson
contact: http://www.benjamin-peterson.org/
Expand Down
6 changes: 3 additions & 3 deletions thirdparty/base/virtualenv.ABOUT
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ vcs_tool: git
vcs_repository: https://github.com/pypa/virtualenv.git

name: virtualenv
home_url: http://virtualenv.org/
homepage_url: http://virtualenv.org/
owner: The virtualenv developers

license_url: https://raw.github.com/pypa/virtualenv/develop/LICENSE.txt
license_text_file: virtualenv.LICENSE
dje_license: mit
license_file: virtualenv.LICENSE
license_expression: mit
copyright: Copyright (c) 2007 Ian Bicking and Contributors
Copyright (c) 2009 Ian Bicking, The Open Planning Project
Copyright (c) 2011-2015 The virtualenv developers
6 changes: 3 additions & 3 deletions thirdparty/base/virtualenv.py.ABOUT
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ vcs_tool: git
vcs_repository: https://github.com/pypa/virtualenv.git

name: virtualenv
home_url: http://virtualenv.org/
homepage_url: http://virtualenv.org/
owner: The virtualenv developers

license_url: https://raw.github.com/pypa/virtualenv/develop/LICENSE.txt
license_text_file: virtualenv.LICENSE
dje_license: mit
license_file: virtualenv.LICENSE
license_expression: mit
copyright: Copyright (c) 2007 Ian Bicking and Contributors
Copyright (c) 2009 Ian Bicking, The Open Planning Project
Copyright (c) 2011-2015 The virtualenv developers
6 changes: 3 additions & 3 deletions thirdparty/base/wheel.ABOUT
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ version: 0.30.0a0
download_url: https://pypi.python.org/packages/83/53/e120833aa2350db333df89a40dea3b310dd9dabf6f29eaa18934a597dc79/wheel-0.30.0a0-py2.py3-none-any.whl#md5=ffa1ee60be515c04b4c13fd13feea27a

name: wheel
home_url: https://bitbucket.org/pypa/wheel
homepage_url: https://bitbucket.org/pypa/wheel
vcs_tool: hg
vcs_repository: https://bitbucket.org/pypa/wheel

copyright: copyright (c) 2012-2014 Daniel Holth <dholth@fastmail.fm> and contributors.
dje_license: mit
license_text_file: wheel.LICENSE
license_expression: mit
license_file: wheel.LICENSE
6 changes: 3 additions & 3 deletions thirdparty/base/wincertstore.ABOUT
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ download_url: https://pypi.python.org/packages/2.7/w/wincertstore/wincertstore-0

name: wincertstore

dje_license: psf
license_text_file: wincertstore.LICENSE
license_expression: psf
license_file: wincertstore.LICENSE

contact: christian@python.org
owner: Christian Heimes
home_url: https://bitbucket.org/tiran/wincertstore
homepage_url: https://bitbucket.org/tiran/wincertstore
description: Python module to extract CA and CRL certs from Windows' cert store (ctypes based).
6 changes: 3 additions & 3 deletions thirdparty/dev/apipkg.ABOUT
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ download_url: https://pypi.python.org/packages/94/72/fd4f2e46ce7b0d388191c819ef6
version: 1.4.1

name: apipkg
home_url: https://bitbucket.org/hpk42/apipkg
homepage_url: https://bitbucket.org/hpk42/apipkg
owner: Holger Krekel
dje_license: mit
license_text_file: apipkg.LICENSE
license_expression: mit
license_file: apipkg.LICENSE
copyright: Copyright (c) 2009 holger krekel
7 changes: 3 additions & 4 deletions thirdparty/dev/colorama.ABOUT
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ version: 0.3.9

name: colorama
description: Cross-platform colored terminal text.
home_url: https://github.com/tartley/colorama
homepage_url: https://github.com/tartley/colorama
owner: Jonathan Hartley
contact: tartley@tartley.com
dje_license: bds-new
keywords: color colour terminal text ansi windows crossplatform xplatform
license_text_file: colorama.LICENSE
license_expression: bds-new
license_file: colorama.LICENSE
Loading