Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make setup.py files PyPI compatible #197

Closed
wants to merge 1 commit into from

Conversation

tiran
Copy link
Member

@tiran tiran commented Oct 31, 2016

Use correct classifiers and license

https://fedorahosted.org/freeipa/ticket/6484

Signed-off-by: Christian Heimes cheimes@redhat.com

@tiran tiran force-pushed the setup_pypi_compatible branch 2 times, most recently from dd20cef to b67be50 Compare November 14, 2016 09:37
Copy link
Contributor

@MartinBasti MartinBasti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have minor questions

common_args = dict(
version="@VERSION@",
license="GPL",
license="GPLv3+",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be this GPLv3 only?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right

@@ -1,5 +1,4 @@
#!/usr/bin/python2
# Copyright (C) 2014 Red Hat
# Copyright (C) 2016 Red Hat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be this in format 2014-2016?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file was created 2016. I forgot to correct the year when I copied over the license header.

"Operating System :: Unix",
"Topic :: Internet :: Name Service (DNS)",
("Topic :: System :: Systems Administration :: "
"Authentication/Directory :: LDAP"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe additional topic can be added as well:

  • (maybe rather not include this one) Topic :: System :: Systems Administration :: Authentication/Directory :: NIS
  • Topic :: Security
  • Topic :: Internet :: WWW/HTTP :: WSGI :: Application

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of the PyPI packages will contain a WSGI application. The WSGI is in ipaserver but we are not going to release the server on PyPI yet.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@MartinBasti
Copy link
Contributor

I have some inline questions

Signed-off-by: Christian Heimes <cheimes@redhat.com>
@MartinBasti MartinBasti added the ack Pull Request approved, can be merged label Nov 14, 2016
@MartinBasti MartinBasti self-assigned this Nov 14, 2016
@pvoborni
Copy link
Member

@pvoborni pvoborni added the pushed Pull Request has already been pushed label Nov 15, 2016
@pvoborni pvoborni closed this Nov 15, 2016
@tiran tiran deleted the setup_pypi_compatible branch November 15, 2016 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
3 participants