{ "info": { "author": "Servilio Afre Puentes", "author_email": "afrepues@mcmaster.ca", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Software Development :: Build Tools" ], "description": "Introduction\r\n============\r\n\r\nThis extension allows better control over the initial permissions of files created by buildout by allowing the umask used by the buildout script to be specified in the configuration file.\r\n\r\nBecause of bug 180705_ of zc.buildout, this doesn't work for scripts installed by buildout.\r\n\r\nThis doesn't affect the umask of other scripts in the buildout, unless\r\nthey set their own the umask of the user running them will be used,\r\ne.g.: ZEO/Zope might still make var/filestore/Datafile.fs world\r\nreadable if your umask is 022.\r\n\r\nUsage\r\n=====\r\n\r\n::\r\n\r\n [buildout]\r\n extensions = buildout.umask\r\n umask = 027\r\n\r\nThe `umask` parameter can be specified using any of Python conventions\r\nfor numeric literals of binary, octal, decimal or hexadecimal\r\nradix. If any of them is used and a `0` is the first digit, octal is\r\nassumed as well.\r\n\r\nQuestions\r\n=========\r\n\r\nThe code is quite simple, take a glimpse.\r\n\r\nBugs\r\n====\r\n\r\nhttps://bugs.launchpad.net/buildout.umask\r\n\r\n.. _180705: https://bugs.launchpad.net/zc.buildout/+bug/180705\r\n\r\nChangelog\r\n=========\r\n\r\n0.5.2 (2010-12-02)\r\n------------------\r\n\r\n- Documentation fixes.\r\n\r\n0.5.1 (2010-12-02)\r\n------------------\r\n\r\n- Fix packaging by using setuptools_bzr.\r\n\r\n0.5 (2010-12-01)\r\n----------------\r\n\r\n- First public release\r\n\r\n0.1 (unreleased)\r\n----------------\r\n\r\n- Initial version.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://launchpad.net/buildout.umask", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "buildout.umask", "package_url": "https://pypi.org/project/buildout.umask/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/buildout.umask/", "project_urls": { "Homepage": "https://launchpad.net/buildout.umask" }, "release_url": "https://pypi.org/project/buildout.umask/0.5.2/", "requires_dist": null, "requires_python": null, "summary": "Use a custom umask when running buildout.", "version": "0.5.2" }, "last_serial": 228747, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "5bde15258cc301e0d8433696bd5ea4f0", "sha256": "7b0e9254c7d7da021153bb46197796edfaf7f67b45fdc8f8fdf5ae14d69bb27d" }, "downloads": -1, "filename": "buildout.umask-0.5.tar.gz", "has_sig": false, "md5_digest": "5bde15258cc301e0d8433696bd5ea4f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2516, "upload_time": "2010-12-01T21:01:09", "url": "https://files.pythonhosted.org/packages/a2/06/2f055f95f1da3a4ee15bead0f9e4a1272219ed5aa3a3096b675d75f8a048/buildout.umask-0.5.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "ce6e3abe04a4f112a7e393194571e377", "sha256": "eb2b342ee3f204406a7473d6953cf524bbe652040892f2e427ce1e2e4a101c71" }, "downloads": -1, "filename": "buildout.umask-0.5.2.tar.gz", "has_sig": true, "md5_digest": "ce6e3abe04a4f112a7e393194571e377", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2724, "upload_time": "2010-12-02T21:56:08", "url": "https://files.pythonhosted.org/packages/03/4f/80a1540ce603234e10c10fe9ee34ce2437f3ad6e0136c476132f0fc52236/buildout.umask-0.5.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ce6e3abe04a4f112a7e393194571e377", "sha256": "eb2b342ee3f204406a7473d6953cf524bbe652040892f2e427ce1e2e4a101c71" }, "downloads": -1, "filename": "buildout.umask-0.5.2.tar.gz", "has_sig": true, "md5_digest": "ce6e3abe04a4f112a7e393194571e377", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2724, "upload_time": "2010-12-02T21:56:08", "url": "https://files.pythonhosted.org/packages/03/4f/80a1540ce603234e10c10fe9ee34ce2437f3ad6e0136c476132f0fc52236/buildout.umask-0.5.2.tar.gz" } ] }