Skip to content

Commit f54905c

Browse files
authored
Merge pull request #25 from tdruez/24-about-file-update
Update ABOUT files to latest SPEC
2 parents 9574058 + 66fec6e commit f54905c

22 files changed

Lines changed: 90 additions & 221 deletions

.travis.yml

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,29 @@ os:
77
- linux
88

99
env:
10-
matrix:
11-
- PYTHON_EXE="`pyenv install -s 2.7.13 && pyenv local 2.7.13`"
12-
- PYTHON_EXE="`pyenv install -s 3.5.3 && pyenv local 3.5.3`"
13-
- PYTHON_EXE="`pyenv install -s 3.6.1 && pyenv local 3.6.1`"
10+
matrix:
11+
- PYTHON_EXE="`pyenv install -s 2.7.13 && pyenv local 2.7.13`"
12+
- PYTHON_EXE="`pyenv install -s 3.5.3 && pyenv local 3.5.3`"
13+
- PYTHON_EXE="`pyenv install -s 3.6.1 && pyenv local 3.6.1`"
1414

1515
install:
16-
- pyenv install --list
17-
- ./configure
16+
- pyenv install --list
17+
- ./configure
18+
19+
before_script:
20+
- pip install aboutcode-toolkit
21+
- about-code check --show-all .
1822

1923
script:
20-
- "bin/py.test -vvs"
24+
- "bin/py.test -vvs"
2125

2226
notifications:
23-
irc:
24-
channels:
25-
- "chat.freenode.net#aboutcode"
26-
on_success: change
27-
on_failure: always
28-
use_notice: true
29-
skip_join: true
30-
template:
31-
- "%{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} : %{build_url}"
27+
irc:
28+
channels:
29+
- "chat.freenode.net#aboutcode"
30+
on_success: change
31+
on_failure: always
32+
use_notice: true
33+
skip_join: true
34+
template:
35+
- "%{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} : %{build_url}"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ https://spdx.org/sites/cpstandard/files/pages/files/spdxversion2.1.pdf#page=95&z
1111

1212
license: apache-2.0
1313

14-
Python: 2.7 and 3.4+
14+
Python: 2.7 and 3.5+
1515

1616
Build and tests status
1717
======================

etc/scripts/irc-notify.py.ABOUT

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1+
about_resource: irc-notify.py
12
name: irc-notify.py
23
version: def54f8166089b733d166665fdabcad4cdc526d8
34
download_url: https://raw.githubusercontent.com/gridsync/gridsync/def54f8166089b733d166665fdabcad4cdc526d8/misc/irc-notify.py
45
description: Quick and dirty IRC notification script.
5-
home_url: https://github.com/gridsync/gridsync
6+
homepage_url: https://github.com/gridsync/gridsync
67
owner: Christopher R. Wood
78
copyright: Copyright (C) 2015-2016 Christopher R. Wood
8-
dje_license_key: gpl-2.0-plus
9-
license_text_file: gpl-2.0.LICENSE
10-
notice_text: |
11-
This program is free software; you can redistribute it and/or modify it under the
12-
terms of the GNU General Public License as published by the Free Software
13-
Foundation; either version 2 of the License, or (at your option) any later
14-
version.
15-
16-
This program is distributed in the hope that it will be useful, but WITHOUT ANY
17-
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18-
PARTICULAR PURPOSE. See the GNU General Public License for more details.
19-
20-
You should have received a copy of the GNU General Public License along with this
21-
program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
22-
Fifth Floor, Boston, MA 02110-1301 USA.
9+
license_expression: gpl-2.0-plus
10+
license_file: gpl-2.0.LICENSE
11+
notice_file: irc-notify.py.NOTICE

etc/scripts/irc-notify.py.NOTICE

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
This program is free software; you can redistribute it and/or modify it under the
2+
terms of the GNU General Public License as published by the Free Software
3+
Foundation; either version 2 of the License, or (at your option) any later
4+
version.
5+
6+
This program is distributed in the hope that it will be useful, but WITHOUT ANY
7+
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
8+
PARTICULAR PURPOSE. See the GNU General Public License for more details.
9+
10+
You should have received a copy of the GNU General Public License along with this
11+
program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
12+
Fifth Floor, Boston, MA 02110-1301 USA.

license-expression.ABOUT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: license-expression
33

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

6-
dje_license: apache-2.0
7-
license_text_file: apache-2.0.LICENSE
6+
license_expression: apache-2.0
7+
license_file: apache-2.0.LICENSE
88

9-
home_url: https://github.com/nexB/license-expression
9+
homepage_url: https://github.com/nexB/license-expression

src/license_expression/_pyahocorasick.ABOUT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ download_url: https://github.com/WojciechMula/pyahocorasick/tree/ec2fb9cb393f571
33
name: pyahocorasick-python
44
version: ec2fb9
55

6-
home_url: https://github.com/WojciechMula/pyahocorasick
7-
dje_license: public-domain
6+
homepage_url: https://github.com/WojciechMula/pyahocorasick
7+
license_expression: public-domain
88

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

thirdparty/base/certifi.ABOUT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ download_url: https://pypi.python.org/packages/eb/01/c1f58987b777d6c4ec535b4e004
77
name: certifi
88
owner: Kenneth Reitz
99
contact: me@kennethreitz.com
10-
home_url: http://certifi.io/
10+
homepage_url: http://certifi.io/
1111

12-
dje_license: mpl-2.0
13-
license_text_file: mpl-2.0.LICENSE
12+
license_expression: mpl-2.0
13+
license_file: mpl-2.0.LICENSE
1414
notice_file: certifi.NOTICE

thirdparty/base/pip.ABOUT

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ version: 9.0.1
55
name: pip
66
owner: The pip developers
77
contact: python-virtualenv@groups.google.com
8-
home_url: http://www.pip-installer.org
8+
homepage_url: http://www.pip-installer.org
99

10-
author_file: pip.AUTHORS
11-
dje_license: mit, OTHER TODO
12-
license_text_file: pip.LICENSE
10+
license_expression: mit, OTHER TODO
11+
license_file: pip.LICENSE
1312

1413
vcs_tool: git
1514
vcs_repository: https://github.com/pypa/pip.git

thirdparty/base/pip.AUTHORS

Lines changed: 0 additions & 134 deletions
This file was deleted.

thirdparty/base/setuptools.ABOUT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ download_url: https://pypi.python.org/packages/fc/cb/748dcabb152fbc7eceaf585d052
77
name: setuptools
88
owner: Python Packaging Authority
99
contact: distutils-sig@python.org
10-
home_url: https://pypi.python.org/pypi/setuptools
10+
homepage_url: https://pypi.python.org/pypi/setuptools
1111

12-
dje_license: mit
13-
license_text_file: setuptools.LICENSE
12+
license_expression: mit
13+
license_file: setuptools.LICENSE

0 commit comments

Comments
 (0)