Home
last modified time | relevance | path

Searched refs:twine (Results 1 – 25 of 1398) sorted by relevance

12345678910>>...56

/dports/devel/py-twine/twine-3.7.0/docs/
H A Dchangelog.rst30 - Add support for Python 3.10. (`#827 <https://github.com/pypa/twine/issues/827>`_)
47 slash in the URL. (`#812 <https://github.com/pypa/twine/issues/812>`_)
61 to the repository. (`#776 <https://github.com/pypa/twine/issues/776>`_)
109 - Adopt PSF code of conduct (`#680 <https://github.com/pypa/twine/issues/680>`_)
171 … or later. Use pip 9 or pin to "twine<2" to install twine on older Python versions. (`#437 <https:…
226 - Fix keyring support. (`#408 <https://github.com/pypa/twine/issues/408>`_)
247 - Add ``twine check`` command to check long description (`#395 <https://github.com/pypa/twine/issue…
286 - Revise docs predicting future of ``twine`` (`#303 <https://github.com/pypa/twine/issues/303>`_)
290 - Improve progressbar (`#256 <https://github.com/pypa/twine/issues/256>`_)
477 - Support registering new packages with ``twine register`` (`#8 <https://github.com/pypa/twine/issu…
[all …]
H A Dindex.rst1 .. twine documentation master file, originally created by
13 PyPI Project <https://pypi.org/project/twine/>
64 pip install twine
79 twine upload -r testpypi dist/*
87 twine upload dist/*
111 ``twine upload``
116 .. program-output:: twine upload -h
118 ``twine check``
124 .. program-output:: twine check -h
126 ``twine register``
[all …]
H A Dcontributing.rst26 Clone the twine repository from GitHub, then run:
30 cd /path/to/your/local/twine
33 This creates a `virtual environment`_, so that twine and its
52 Additions and edits to twine's documentation are welcome and
205 :file:`twine/commands/upload.py`. The file :file:`twine/package.py`
219 internal/twine
290 In the future, ``pip`` and ``twine`` may
295 .. _`the GitHub repository`: https://github.com/pypa/twine
303 .. _`GitHub Actions`: https://github.com/pypa/twine/actions
309 .. _`open issues`: https://github.com/pypa/twine/issues
[all …]
/dports/devel/py-twine/twine-3.7.0/docs/internal/
H A Dtwine.rst1 twine package
4 .. automodule:: twine
9 twine.commands
10 twine.auth
11 twine.cli
12 twine.exceptions
13 twine.package
15 twine.settings
16 twine.utils
17 twine.wheel
[all …]
H A Dtwine.commands.rst1 twine.commands package
4 .. automodule:: twine.commands
9 twine.commands.check
10 twine.commands.register
11 twine.commands.upload
/dports/devel/py-twine/twine-3.7.0/
H A Dsetup.cfg3 name = twine
9 url = https://twine.readthedocs.io/
11 Source = https://github.com/pypa/twine/
12 Documentation = https://twine.readthedocs.io/en/latest/
35 twine
36 twine.commands
51 twine.registered_commands =
52 check = twine.commands.check:main
53 upload = twine.commands.upload:main
54 register = twine.commands.register:main
[all …]
H A DPKG-INFO2 Name: twine
5 Home-page: https://twine.readthedocs.io/
9 Project-URL: Source, https://github.com/pypa/twine/
34 .. image:: https://img.shields.io/pypi/v/twine.svg
35 :target: https://pypi.org/project/twine
38 :target: https://pypi.org/project/twine
40 .. image:: https://img.shields.io/readthedocs/twine
41 :target: https://twine.readthedocs.io
44 :target: https://github.com/pypa/twine/actions
47 :target: https://codecov.io/gh/pypa/twine
[all …]
H A DREADME.rst1 .. image:: https://img.shields.io/pypi/v/twine.svg
2 :target: https://pypi.org/project/twine
4 .. image:: https://img.shields.io/pypi/pyversions/twine.svg
5 :target: https://pypi.org/project/twine
7 .. image:: https://img.shields.io/readthedocs/twine
8 :target: https://twine.readthedocs.io
11 :target: https://github.com/pypa/twine/actions
13 .. image:: https://img.shields.io/codecov/c/github/pypa/twine
14 :target: https://codecov.io/gh/pypa/twine
16 twine chapter
[all …]
H A Dtox.ini39 python -m twine check --strict {distdir}/*
47 --watch twine \
57 isort twine/ tests/
58 black twine/ tests/
67 isort --check-only --diff twine/ tests/
68 black --check --diff twine/ tests/
69 flake8 twine/ tests/
81 mypy --html-report mypy --txt-report mypy {posargs:twine}
104 python -m twine upload dist/*
/dports/devel/py-twine/twine-3.7.0/twine.egg-info/
H A DPKG-INFO2 Name: twine
5 Home-page: https://twine.readthedocs.io/
9 Project-URL: Source, https://github.com/pypa/twine/
34 .. image:: https://img.shields.io/pypi/v/twine.svg
35 :target: https://pypi.org/project/twine
38 :target: https://pypi.org/project/twine
40 .. image:: https://img.shields.io/readthedocs/twine
41 :target: https://twine.readthedocs.io
44 :target: https://github.com/pypa/twine/actions
47 :target: https://codecov.io/gh/pypa/twine
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/codegen/
H A DUtils.h227 const std::string& twine = "")
256 …sourceType->isIntegerTy(32)) return BIND_ARITHMETIC_CAST_OP(llvm::IRBuilder<>::CreateSExt, twine);
257 …sourceType->isIntegerTy(16)) return BIND_ARITHMETIC_CAST_OP(llvm::IRBuilder<>::CreateSExt, twine);
258 …sourceType->isIntegerTy(8)) return BIND_ARITHMETIC_CAST_OP(llvm::IRBuilder<>::CreateSExt, twine);
259 …sourceType->isIntegerTy(1)) return BIND_ARITHMETIC_CAST_OP(llvm::IRBuilder<>::CreateZExt, twine);
265 …sourceType->isIntegerTy(16)) return BIND_ARITHMETIC_CAST_OP(llvm::IRBuilder<>::CreateSExt, twine);
266 …sourceType->isIntegerTy(8)) return BIND_ARITHMETIC_CAST_OP(llvm::IRBuilder<>::CreateSExt, twine);
267 …sourceType->isIntegerTy(1)) return BIND_ARITHMETIC_CAST_OP(llvm::IRBuilder<>::CreateZExt, twine);
316 const std::string& twine = "")
320 [twine](llvm::IRBuilder<>& B, llvm::Value* L, llvm::Value* R) \
[all …]
/dports/devel/py-btest/btest-0.71/
H A DMakefile13 upload: twine-check dist
14 twine upload -u zeek build/btest-$(VERSION).tar.gz
20 .PHONY: twine-check
21 twine-check:
22 @type twine > /dev/null 2>&1 || \
/dports/math/boolector/boolector-3.2.2/pypi/
H A Dazure-pipelines-pypi.yml8 sudo python3 -m pip install wheel twine
9 displayName: 'Install wheel+twine'
27 python3 -m twine --version
28 echo "Calling twine"
29 …python3 -m twine upload -r pyboolector --config-file $(PYPIRC_PATH) result/wheelhouse/* result/dis…
30 echo "Calling twine complete"
46 - script: sudo pip3 install cython wheel twine setuptools
105 echo "Calling twine"
107 python3 -m twine upload -r pyboolector --config-file $(PYPIRC_PATH) dist/*.whl
108 echo "Calling twine complete"
/dports/security/py-zkg/package-manager-2.12.0/
H A DMakefile30 upload: twine-check dist
31 twine upload -u zeek dist/zkg-$(VERSION)-py2.py3-none-any.whl
33 .PHONY: twine-check
34 twine-check:
35 @type twine > /dev/null 2>&1 || \
/dports/textproc/py-zope.i18nmessageid/zope.i18nmessageid-5.0.1/
H A D.travis.yml80 # macpython 3.5 doesn't support recent TLS protocols which causes twine
81 # upload to fail, so we use the system Python to run twine
84 /usr/bin/python -m pip install --user -U -I twine
85 /usr/bin/python -m twine check dist/*
87 /usr/bin/python -m twine upload --skip-existing dist/*
92 pip install twine
93 twine check wheelhouse/*
95 twine upload --skip-existing wheelhouse/*
/dports/textproc/py-paragrep/paragrep-release-3.2.0/
H A DPUBLISHING.md10 $ pip install twine
13 $ twine check dist/*
14 $ twine upload --repository-url https://test.pypi.org/legacy dist/*
21 $ twine upload dist/*
/dports/devel/py-ctypesgen/ctypesgen-ctypesgen-1.0.2/
H A Dtox.ini23 twine
28 twine check dist/*.whl
33 twine
38 twine upload dist/*.whl
/dports/net/py-zope.proxy/zope.proxy-4.3.5/
H A D.travis.yml92 # macpython 3.5 doesn't support recent TLS protocols which causes twine
93 # upload to fail, so we use the system Python to run twine
96 /usr/bin/python -m pip install --user -U -I twine
97 /usr/bin/python -m twine check dist/*
99 /usr/bin/python -m twine upload --skip-existing dist/*
104 pip install twine
105 twine check wheelhouse/*
107 twine upload --skip-existing wheelhouse/*
/dports/devel/py-simpy/simpy-3.0.13/
H A D.gitlab-ci.yml77 twine-check:
82 - python -m pip install twine
83 - python -m twine check dist/*
92 - python -m pip install twine
93 - python -m twine upload --non-interactive dist/*
/dports/games/scummvm/scummvm-2.5.1/engines/twine/
H A DPOTFILES1 engines/twine/detection.cpp
2 engines/twine/metaengine.cpp
3 engines/twine/parser/text.cpp
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DTwine.h138 const Twine *twine; member
176 this->LHS.twine = &LHS; in Twine()
177 this->RHS.twine = &RHS; in Twine()
229 !LHS.twine->isBinary()) in isValid()
232 !RHS.twine->isBinary()) in isValid()
390 RHS.twine = nullptr; in utohexstr()
502 NewLHS.twine = this; in concat()
503 NewRHS.twine = &Suffix; in concat()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DTwine.h138 const Twine *twine; member
176 this->LHS.twine = &LHS; in Twine()
177 this->RHS.twine = &RHS; in Twine()
229 !LHS.twine->isBinary()) in isValid()
232 !RHS.twine->isBinary()) in isValid()
390 RHS.twine = nullptr; in utohexstr()
502 NewLHS.twine = this; in concat()
503 NewRHS.twine = &Suffix; in concat()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A DTwine.h138 const Twine *twine; member
176 this->LHS.twine = &LHS; in Twine()
177 this->RHS.twine = &RHS; in Twine()
229 !LHS.twine->isBinary()) in isValid()
232 !RHS.twine->isBinary()) in isValid()
390 RHS.twine = nullptr; in utohexstr()
502 NewLHS.twine = this; in concat()
503 NewRHS.twine = &Suffix; in concat()
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llvm/ADT/
H A DTwine.h135 const Twine *twine; member
171 this->LHS.twine = &LHS; in Twine()
172 this->RHS.twine = &RHS; in Twine()
228 !LHS.twine->isBinary()) in isValid()
231 !RHS.twine->isBinary()) in isValid()
380 RHS.twine = nullptr; in utohexstr()
486 NewLHS.twine = this; in concat()
487 NewRHS.twine = &Suffix; in concat()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DTwine.h138 const Twine *twine; member
176 this->LHS.twine = &LHS; in Twine()
177 this->RHS.twine = &RHS; in Twine()
229 !LHS.twine->isBinary()) in isValid()
232 !RHS.twine->isBinary()) in isValid()
390 RHS.twine = nullptr; in utohexstr()
502 NewLHS.twine = this; in concat()
503 NewRHS.twine = &Suffix; in concat()

12345678910>>...56