Skip to content

Commit bc46ef3

Browse files
committed
Sync config with ScanCode
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent f3cc7cb commit bc46ef3

File tree

5 files changed

+179
-6
lines changed

5 files changed

+179
-6
lines changed

CODE_OF_CONDUCT.rst

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
Contributor Covenant Code of Conduct
2+
====================================
3+
4+
Our Pledge
5+
----------
6+
7+
In the interest of fostering an open and welcoming environment, we as
8+
contributors and maintainers pledge to making participation in our
9+
project and our community a harassment-free experience for everyone,
10+
regardless of age, body size, disability, ethnicity, gender identity and
11+
expression, level of experience, education, socio-economic status,
12+
nationality, personal appearance, race, religion, or sexual identity and
13+
orientation.
14+
15+
Our Standards
16+
-------------
17+
18+
Examples of behavior that contributes to creating a positive environment
19+
include:
20+
21+
- Using welcoming and inclusive language
22+
- Being respectful of differing viewpoints and experiences
23+
- Gracefully accepting constructive criticism
24+
- Focusing on what is best for the community
25+
- Showing empathy towards other community members
26+
27+
Examples of unacceptable behavior by participants include:
28+
29+
- The use of sexualized language or imagery and unwelcome sexual
30+
attention or advances
31+
- Trolling, insulting/derogatory comments, and personal or political
32+
attacks
33+
- Public or private harassment
34+
- Publishing others’ private information, such as a physical or
35+
electronic address, without explicit permission
36+
- Other conduct which could reasonably be considered inappropriate in a
37+
professional setting
38+
39+
Our Responsibilities
40+
--------------------
41+
42+
Project maintainers are responsible for clarifying the standards of
43+
acceptable behavior and are expected to take appropriate and fair
44+
corrective action in response to any instances of unacceptable behavior.
45+
46+
Project maintainers have the right and responsibility to remove, edit,
47+
or reject comments, commits, code, wiki edits, issues, and other
48+
contributions that are not aligned to this Code of Conduct, or to ban
49+
temporarily or permanently any contributor for other behaviors that they
50+
deem inappropriate, threatening, offensive, or harmful.
51+
52+
Scope
53+
-----
54+
55+
This Code of Conduct applies both within project spaces and in public
56+
spaces when an individual is representing the project or its community.
57+
Examples of representing a project or community include using an
58+
official project e-mail address, posting via an official social media
59+
account, or acting as an appointed representative at an online or
60+
offline event. Representation of a project may be further defined and
61+
clarified by project maintainers.
62+
63+
Enforcement
64+
-----------
65+
66+
Instances of abusive, harassing, or otherwise unacceptable behavior may
67+
be reported by contacting the project team at [email protected]
68+
or on the Gitter chat channel at https://gitter.im/aboutcode-org/discuss .
69+
All complaints will be reviewed and investigated and will result in a
70+
response that is deemed necessary and appropriate to the circumstances.
71+
The project team is obligated to maintain confidentiality with regard to
72+
the reporter of an incident. Further details of specific enforcement
73+
policies may be posted separately.
74+
75+
Project maintainers who do not follow or enforce the Code of Conduct in
76+
good faith may face temporary or permanent repercussions as determined
77+
by other members of the project’s leadership.
78+
79+
Attribution
80+
-----------
81+
82+
This Code of Conduct is adapted from the `Contributor Covenant`_ ,
83+
version 1.4, available at
84+
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
85+
86+
.. _Contributor Covenant: https://www.contributor-covenant.org

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include *.rst
99
include setup.*
1010
include configure*
1111
include requirements*
12-
include .git*
12+
include .giti*
1313

1414
global-exclude *.py[co] __pycache__ *.*~
1515

requirements-dev.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
aboutcode-toolkit==7.0.2
2+
bleach==4.1.0
3+
build==0.7.0
4+
commonmark==0.9.1
5+
docutils==0.18.1
6+
et-xmlfile==1.1.0
7+
execnet==1.9.0
8+
iniconfig==1.1.1
9+
jeepney==0.7.1
10+
keyring==23.4.1
11+
openpyxl==3.0.9
12+
pep517==0.12.0
13+
pkginfo==1.8.2
14+
py==1.11.0
15+
pytest==7.0.1
16+
pytest-forked==1.4.0
17+
pytest-xdist==2.5.0
18+
readme-renderer==34.0
19+
requests-toolbelt==0.9.1
20+
rfc3986==1.5.0
21+
rich==12.3.0
22+
secretstorage==3.3.2
23+
tomli==1.2.3
24+
twine==3.8.0

requirements.txt

Lines changed: 67 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,79 @@
11
attrs==21.4.0
2+
banal==1.0.6
23
beautifulsoup4==4.11.1
4+
binaryornot==0.4.4
5+
boolean.py==4.0
36
certifi==2021.10.8
4-
charset_normalizer==2.0.12
7+
cffi==1.15.0
8+
chardet==4.0.0
9+
charset-normalizer==2.0.12
510
click==8.0.4
11+
colorama==0.4.4
12+
construct==2.10.68
13+
container-inspector==31.0.0
14+
cryptography==36.0.2
15+
debian-inspector==30.0.0
16+
dockerfile-parse==1.2.0
17+
dparse2==0.6.1
18+
extractcode==31.0.0
19+
extractcode-7z==16.5.210531
20+
extractcode-libarchive==3.5.1.210531
21+
fasteners==0.17.3
22+
fingerprints==1.0.3
23+
ftfy==6.0.3
24+
future==0.18.2
25+
gemfileparser==0.8.0
26+
html5lib==1.1
627
idna==3.3
7-
importlib_metadata==4.8.3
28+
importlib-metadata==4.8.3
29+
inflection==0.5.1
830
intbitset==3.0.1
31+
isodate==0.6.1
32+
jaraco.functools==3.4.0
33+
javaproperties==0.8.1
34+
Jinja2==3.0.3
35+
jsonstreams==0.6.0
36+
license-expression==30.0.0
37+
lxml==4.8.0
38+
MarkupSafe==2.0.1
39+
more-itertools==8.13.0
40+
normality==2.3.3
41+
packagedcode-msitools==0.101.210706
42+
packageurl-python==0.9.9
43+
packaging==21.3
44+
parameter-expansion-patched==0.3.1
45+
patch==1.16
46+
pdfminer-six==20220506
47+
pefile==2021.9.3
48+
pip-requirements-parser==31.2.0
49+
pkginfo2==30.0.0
50+
pluggy==1.0.0
51+
plugincode==30.0.0
52+
ply==3.11
53+
publicsuffix2==2.20191221
54+
pyahocorasick==2.0.0b1
55+
pycparser==2.21
56+
pygmars==0.7.0
57+
Pygments==2.12.0
58+
pymaven-patch==0.3.0
59+
pyparsing==3.0.8
60+
pytz==2022.1
961
PyYAML==6.0
62+
rdflib==5.0.0
63+
regipy==2.3.1
1064
requests==2.27.1
65+
rpm-inspector-rpm==4.16.1.3.210404
1166
saneyaml==0.5.2
67+
six==1.16.0
1268
soupsieve==2.3.1
13-
text_unidecode==1.3
14-
typing==3.6.6
15-
typing_extensions==4.1.1
69+
spdx-tools==0.7.0a3
70+
text-unidecode==1.3
71+
toml==0.10.2
72+
typecode==30.0.0
73+
typecode-libmagic==5.39.210531
1674
urllib3==1.26.9
75+
urlpy==0.5
76+
wcwidth==0.2.5
77+
webencodings==0.5.1
78+
xmltodict==0.12.0
1779
zipp==3.6.0

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ license = Apache-2.0
1414
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
1515
description = Set of common utilities, originally split from ScanCode
1616
long_description = file:README.rst
17+
long_description_content_type = text/x-rst
1718
url = https://github.com/nexB/commoncode
1819
classifiers =
1920
Development Status :: 5 - Production/Stable

0 commit comments

Comments
 (0)